From a399813af6c97ae3104cdb5379076c033183d3c6 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Thu, 21 Nov 2024 16:03:28 +0530 Subject: [PATCH] Update README Signed-off-by: Keshav Priyadarshi --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f390baf..f898cd1 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,19 @@ -# WAT +# Mirror for CISA KEV Mirroring https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json since CISA restricts access and applies rate limits. +> [!NOTE] +> This is a fork of https://github.com/EugenMayer/cisa-known-exploited-mirror. + Updated every midnight - see [.github/workflows/update.yaml](.github/workflows/update.yaml) # Usage -Consume it via `https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json` - -For gradle it would look like - -```groovy - -dependencyCheck { - analyzers { - knownExploitedURL = "https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json" - } -} +Consume it via +``` +https://raw.githubusercontent.com/aboutcode-org/aboutcode-mirror-kev/main/known_exploited_vulnerabilities.json ``` # License You can use it without any charge but also without any warranty. It's yours in all the aspects, risk and benefits. -