Skip to content

Commit

Permalink
Merge branch 'main' into photon_importer/36
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk1710 authored Dec 2, 2024
2 parents dfb71a1 + dc2b367 commit 5b5852b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vulnerabilities/pipelines/enhance_with_kev.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def steps(cls):
)

def fetch_exploits(self):
kev_url = (
"https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json"
)
kev_url = "https://raw.githubusercontent.com/aboutcode-org/aboutcode-mirror-kev/refs/heads/main/known_exploited_vulnerabilities.json"
self.log(f"Fetching {kev_url}")

try:
Expand Down

0 comments on commit 5b5852b

Please sign in to comment.