API referenceReference
Detail
Path Parameters
id*string
Canonical advisory id, source advisory id, or alias
Response Body
application/json
curl -X GET "https://example.com/v1/advisories/CVE-2023-38545"{ "advisory_kind": "string", "aliases": [ "string" ], "applicability": [ { "effective_reasons": null, "effective_state": "string", "enrichment": null, "original_reasons": null, "original_state": "string", "projection_version": "string", "source_advisory_id": "string", "source_kind": "string" } ], "canonical_id": "string", "how_it_attacks": [ "string" ], "package_totals": { "affected": 0, "not_affected": 0, "total": 0, "unknown": 0 }, "reference_groups": [ { "items": [ { "reference_type": "string", "url": "string" } ], "kind": "string", "total": 0 } ], "reference_total": 0, "severities": [ { "band": "string", "score": 0, "score_type": "string", "vector": "string" } ], "source_advisory_id": "string", "source_advisory_ids": [ "string" ], "source_kind": "string", "source_kinds": [ "string" ], "source_url": "string", "summary": "string"}Empty
`/v1/advisories/summary` — canonical advisory counts by headline severity band. The summary reads the same projection as the browse list so every count describes one published browser generation. GET
Previous Page
`/v1/advisories/{id}/packages` — one row per matched package. Match rows are grouped by package across all source records and identities before the name filter, the latest-version totals, sorting, and windowing. Ordering is deterministic: latest-affected groups first, then package name. GET
Next Page
