EugenMayer / cisa-known-exploited-mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAT

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

Updated every midnight - see .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

dependencyCheck {
    analyzers {
        knownExploitedURL = "https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json"
    }
}

About