advisory-db icon indicating copy to clipboard operation
advisory-db copied to clipboard

ID sync from GitHub Security Advisories is broken due to CVSSv4 vectors

Open amousset opened this issue 1 year ago • 0 comments

The advisories ID sync job fails with:

error: error loading advisory DB repo from .: RustSec error: error parsing /tmp/osv/GHSA-2wq5-g96f-mv3v.json: unknown variant `CVSS_V4`, expected `CVSS_V3` at line 56 column 23

Since GitHub started adding CVSS v4 scores. Once the cvss crate supports them (https://github.com/rustsec/rustsec/pull/1285), we can add support to the OSV reader and other rustsec tooling.

amousset avatar Nov 09 '24 15:11 amousset