We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 060e20f + f270de2 commit dc2b367Copy full SHA for dc2b367
vulnerabilities/pipelines/enhance_with_kev.py
@@ -35,9 +35,7 @@ def steps(cls):
35
)
36
37
def fetch_exploits(self):
38
- kev_url = (
39
- "https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json"
40
- )
+ kev_url = "https://raw.githubusercontent.com/aboutcode-org/aboutcode-mirror-kev/refs/heads/main/known_exploited_vulnerabilities.json"
41
self.log(f"Fetching {kev_url}")
42
43
try:
0 commit comments