Skip to content

Commit dc2b367

Browse files
authored
Merge pull request #1685 from aboutcode-org/use-aboutcode-cisa-mirror
Use AboutCode mirror for collecting CISA KEV
2 parents 060e20f + f270de2 commit dc2b367

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vulnerabilities/pipelines/enhance_with_kev.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ def steps(cls):
3535
)
3636

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

4341
try:

0 commit comments

Comments
 (0)