Interface OsvQueryResult

Response from POST /v1/query.

interface OsvQueryResult {
    next_page_token?: string;
    vulns?: OsvVulnerability[];
}

Properties

next_page_token?: string

Token for fetching the next page — absent if no more results

List of vulnerabilities affecting the queried package/version