Skip to content

Commit

Permalink
docs(website): Sort the advisor sections alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Dec 23, 2024
1 parent 2df03a1 commit 11fbb12
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions website/docs/tools/advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ Before using this provider, please ensure to comply with its [Terms of Service](

To enable this provider, pass `-a OssIndex` on the command line.

## VulnerableCode
## OSV

This provider obtains information about security vulnerabilities from a [VulnerableCode](https://github.com/aboutcode-org/vulnerablecode) instance.
The configuration is limited to the server URL, as authentication is not required:
This provider obtains information about security vulnerabilities from Google [OSV](https://osv.dev/), a distributed vulnerability database for Open Source.
The database aggregates data from different sources for various ecosystems.
The configuration is optional and limited to overriding the server URL.

```yaml
ort:
advisor:
vulnerableCode:
serverUrl: "http://localhost:8000"
osv:
serverUrl: "https://api-staging.osv.dev"
```
To enable this provider, pass `-a VulnerableCode` on the command line.
To enable this provider, pass `-a OSV` on the command line.

## OSV
## VulnerableCode

This provider obtains information about security vulnerabilities from Google [OSV](https://osv.dev/), a distributed vulnerability database for Open Source.
The database aggregates data from different sources for various ecosystems.
The configuration is optional and limited to overriding the server URL.
This provider obtains information about security vulnerabilities from a [VulnerableCode](https://github.com/aboutcode-org/vulnerablecode) instance.
The configuration is limited to the server URL, as authentication is not required:

```yaml
ort:
advisor:
osv:
serverUrl: "https://api-staging.osv.dev"
vulnerableCode:
serverUrl: "http://localhost:8000"
```

To enable this provider, pass `-a OSV` on the command line.
To enable this provider, pass `-a VulnerableCode` on the command line.

0 comments on commit 11fbb12

Please sign in to comment.