List global security advisories
The List Global Security Advisories tool by GitHub provides comprehensive access to worldwide security advisories, helping users stay informed about vulnerabilities affecting various software packages and ecosystems. Ideal for developers and security professionals, it allows tailored filtering to pinpoint relevant security alerts.
Features
- Filter advisories by affected package name or specific version.
- Search advisories using CVE (Common Vulnerabilities and Exposures) IDs.
- Filter results according to software ecosystems like npm, Maven, or NuGet.
- Sort advisories by severity levels ranging from low to critical.
- Access both reviewed and unreviewed advisories, including withdrawn notices.
Benefits
- Stay updated with the latest global software security threats to protect your projects.
- Quickly identify vulnerabilities affecting your specific dependencies.
- Enhance your risk management with detailed severity-based filtering.
- Improve response time by accessing verified security advisories from GitHub.
- Streamline security audits with comprehensive and customizable advisory data.
Description
List global security advisories from GitHub.
Parameters
11 parameters
| Name | Type | Description |
|---|---|---|
| affects | string | Filter advisories by affected package or version (e.g. "package1,package2@1.0.0"). |
| cveId | string | Filter by CVE ID. |
| cwes | string[] | Filter by Common Weakness Enumeration IDs (e.g. ["79", "284", "22"]). |
| ecosystem | enum | Filter by package ecosystem. |
| ghsaId | string | Filter by GitHub Security Advisory ID (format: GHSA-xxxx-xxxx-xxxx). |
| isWithdrawn | boolean | Whether to only return withdrawn advisories. |
| modified | string | Filter by publish or update date or date range (ISO 8601 date or range). |
| published | string | Filter by publish date or date range (ISO 8601 date or range). |
| severity | enum | Filter by severity. |
| type | enum | Advisory type. |
| updated | string | Filter by update date or date range (ISO 8601 date or range). |