Skip to main content

OSV

OSV

An advisor that retrieves vulnerability information from the Open Source Vulnerabilities database.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
advisor:
advisors:
OSV:
options:
serverUrl: "https://api.osv.dev"

Options

serverUrl

STRING Default

The base URL of the OSV REST API. If undefined, default is the production endpoint of the official OSV.dev API.