Skip to content

Commit 3dc31f3

Browse files
authored
Merge pull request #1 from aboutcode-org/update-readme
Update README
2 parents 6c2c90f + a399813 commit 3dc31f3

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
# WAT
1+
# Mirror for CISA KEV
22

33
Mirroring https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json since CISA restricts access and applies rate limits.
44

5+
> [!NOTE]
6+
> This is a fork of https://github.com/EugenMayer/cisa-known-exploited-mirror.
7+
58
Updated every midnight - see [.github/workflows/update.yaml](.github/workflows/update.yaml)
69

710
# Usage
811

9-
Consume it via `https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json`
10-
11-
For gradle it would look like
12-
13-
```groovy
14-
15-
dependencyCheck {
16-
analyzers {
17-
knownExploitedURL = "https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json"
18-
}
19-
}
12+
Consume it via
13+
```
14+
https://raw.githubusercontent.com/aboutcode-org/aboutcode-mirror-kev/main/known_exploited_vulnerabilities.json
2015
```
2116

2217
# License
2318

2419
You can use it without any charge but also without any warranty. It's yours in all the aspects, risk and benefits.
25-

0 commit comments

Comments
 (0)