google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.26k stars 362 forks source link

OSV scalibr interface #1142

Closed another-rex closed 3 weeks ago

another-rex commented 3 months ago

This PR begins the work of migrating lockfile extractors to use the new interface.

To aid in the review, I copied all of pkg/lockfile into internal/lockfilescalibr, and pushed that to osv-scanner-v2, which this is now merging in.

Some notes on the migration:


Update: