Overview
Vulnerabilities
Section titled “Vulnerabilities”Listing endpoints that return published vulnerabilities for a platform,
ordered by descending id.
GET /all— every published vulnerability for the platform, paginated.GET /latest— vulnerabilities whose row was inserted in the last 24 hours (filter is oncreated_at, notdisclosure_date).
Both endpoints share the same response shape and support offset and cursor pagination — see the overview for details.