Interface OsvBatchResultEntry

A single result entry within a batch query response.

interface OsvBatchResultEntry {
    vulns?: OsvVulnerability[];
}

Properties

Properties

List of vulnerabilities for this query entry — empty array if none found