OSV

by EdenYavin
Verified

query_for_cve_fix_versions

Retrieve fix versions for a specific CVE by querying the OSV database. Input a CVE ID to get a list of versions that address the vulnerability.

Instructions

Query the OSV database for a CVE and return the fix versions. Args: cve: The CVE ID to query Returns: A list of fix versions

Input Schema

NameRequiredDescriptionDefault
cveYes

Input Schema (JSON Schema)

{ "properties": { "cve": { "title": "Cve", "type": "string" } }, "required": [ "cve" ], "title": "query_for_cve_fix_versionsArguments", "type": "object" }

You must be authenticated.

Other Tools from OSV

Related Tools

ID: v2cmrj1d1r