Skip to content

Commit

Permalink
fix: use new url for cpe dictionary xml
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Nov 16, 2023
1 parent a187385 commit 28b6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmaas/reposcan/redhatcpe/cpe_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from vmaas.reposcan.mnm import FAILED_CPE_METADATA
from vmaas.reposcan.redhatcpe.cpe_dict import CpeDict

CPE_DICT_URL = os.getenv('CPE_DICT_URL', 'https://www.redhat.com/security/data/metrics/cpe-dictionary.xml')
CPE_DICT_URL = os.getenv('CPE_DICT_URL', 'https://access.redhat.com/security/data/meta/v1/cpe-dictionary.xml')
REPO_TO_CPE_URL = os.getenv('REPO_TO_CPE_URL', 'https://www.redhat.com/security/data/metrics/repository-to-cpe.json')


Expand Down

0 comments on commit 28b6c93

Please sign in to comment.