workspaces

OSV advisory data for a specific repo.

get/workspaces/{workspace}/repos/{repo}/vulnerabilities/packages/

Path parameters

repostring required
workspacestring required

Query parameters

is_malwareboolean nullable

Filter by malware classification (MAL- prefix or CWE-506). When true, only malware entries are returned; when false, malware entries are excluded.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

threat_level'critical' | 'high' | 'low' | 'malware' | 'medium' | 'unknown'

Filter by the severity bucket. Accepted values: critical, high, medium, low, unknown, malware.

  • critical - critical
  • high - high
  • low - low
  • malware - malware
  • medium - medium
  • unknown - unknown
vulnerability_idstring

Filter by OSV vulnerability identifier (e.g., CVE-2024-1234 or GHSA-xxxx). Matching is exact and case-sensitive, and also checks the aliases and upstream identifiers of each advisory.

Response

Changes