API referenceReference
`/v1/advisories/{id}/status` — has basilisk processed this advisory and what did the matcher decide. Unknown ids are a 200 `status: "unknown"`, not a 404: "never seen it" is a first-class answer to this question.
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/status"{ "decision": null, "id": "string", "provenance": null, "sources": [ { "last_updated_at": "2019-08-24T14:15:22Z", "source_advisory_id": "string", "source_kind": "string", "withdrawn": true } ], "status": "string"}`/v1/advisories/{id}/packages/{package}/applicability` — the matcher-owned typed applicability projection for one expanded package group, loaded lazily and separately from the advisory detail and package windows. GET
Previous Page
Package list for the legacy rail and typed package browser. GET
Next Page
