CRITICAL or HIGH, that signals how urgent a fix is.
How SafeDep surfaces them
Vet checks every dependency against OSV and reports known vulnerabilities with their severity. You decide what to do about them with policy: for example, fail a build when any dependency has aCRITICAL or HIGH vulnerability.
Related
Malicious Package
The other kind of dependency risk: packages that are harmful by design.
Policy
Gate builds on vulnerability severity.
Repository Scanning
Scan a repository’s dependencies for known vulnerabilities.
SBOM
Inventory the components you ship.

