refactor: migrate vulnerability and license matching end-to-end to scalibr#2935
Open
another-rex wants to merge 3 commits into
Open
refactor: migrate vulnerability and license matching end-to-end to scalibr#2935another-rex wants to merge 3 commits into
another-rex wants to merge 3 commits into
Conversation
another-rex
force-pushed
the
migrate-scalibr-e2e
branch
from
July 23, 2026 00:53
1075078 to
83c195f
Compare
…alibr This change completes the migration to use osv-scalibr end-to-end for scanning, filtering, and matching: - Remove vulnerability and license matchers from osv-scanner, delegating them to scalibr enrichers. - Move package filtering to a scalibr annotator plugin (osv-scanner/filter). - Implement scalibr ClientFactories for HTTP client and gRPC connection management. - Update osvscannerjson extractor to map ecosystem names to valid PURL types. - Clean up imodels and test logger handlers. agy
Update VCR recorder rules in testcmd to exclude binary file extensions (.zip, .gz, .db, etc.) from being recorded into cassettes, and update test snapshots accordingly. agy
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2935 +/- ##
==========================================
+ Coverage 78.82% 79.24% +0.41%
==========================================
Files 122 118 -4
Lines 8360 8051 -309
==========================================
- Hits 6590 6380 -210
+ Misses 1383 1312 -71
+ Partials 387 359 -28 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates scanning, filtering, and matching in osv-scanner to use osv-scalibr end-to-end:
agy