File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
cmd/osv-scanner/__snapshots__ Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ OPTIONS:
4747
4848[Test_run / version - 1 ]
4949osv - scanner version : 2.3 .2
50- osv - scalibr version : 0.4 .1
50+ osv - scalibr version : 0.4 .2
5151commit : n / a
5252built at : n / a
5353
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/go-git/go-git/v5 v5.16.4
1919 github.com/goccy/go-yaml v1.19.2
2020 github.com/google/go-cmp v0.7.0
21- github.com/google/osv-scalibr v0.4.2 -0.20260109123902-cf20290d7624
21+ github.com/google/osv-scalibr v0.4.3 -0.20260115232414-98eab4f26cf2
2222 github.com/ianlancetaylor/demangle v0.0.0-20251118225945-96ee0021ea0f
2323 github.com/jedib0t/go-pretty/v6 v6.7.8
2424 github.com/modelcontextprotocol/go-sdk v1.2.0
Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932 h1:5/4TSDzpDnHQ8rKEE
256256github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932 /go.mod h1:cC6EdPbj/17GFCPDK39NRarlMI+kt+O60S12cNB5J9Y =
257257github.com/google/jsonschema-go v0.3.0 h1:6AH2TxVNtk3IlvkkhjrtbUc4S8AvO0Xii0DxIygDg+Q =
258258github.com/google/jsonschema-go v0.3.0 /go.mod h1:r5quNTdLOYEz95Ru18zA0ydNbBuYoo9tgaYcxEYhJVE =
259- github.com/google/osv-scalibr v0.4.2 -0.20260109123902-cf20290d7624 h1:LYMB45ouwdc5ZtUE9qhdn17CWizATSq/uLnsdIjRnA4 =
260- github.com/google/osv-scalibr v0.4.2 -0.20260109123902-cf20290d7624 /go.mod h1:3O4zXBBTy4lbryN1YZXpt/8r+AUJJMnsi5s0+oRFwJo =
259+ github.com/google/osv-scalibr v0.4.3 -0.20260115232414-98eab4f26cf2 h1:g6ZUqmyLdQvuhMvONTJqMOuYDx8w5iAuV/Gav+WUm5A =
260+ github.com/google/osv-scalibr v0.4.3 -0.20260115232414-98eab4f26cf2 /go.mod h1:3O4zXBBTy4lbryN1YZXpt/8r+AUJJMnsi5s0+oRFwJo =
261261github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 h1:BHT72Gu3keYf3ZEu2J0b1vyeLSOYI8bm5wbJM/8yDe8 =
262262github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 /go.mod h1:boTsfXsheKC2y+lKOCMpSfarhxDeIzfZG1jqGcPl3cA =
263263github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ var ExtractorPresets = map[string]extractors.InitMap{
123123 // --- OS "lockfiles" ---
124124 // These have very strict FileRequired paths, so we can safely enable them for source scanning as well.
125125 // Alpine
126- apk .Name : {noCFG ( apk .NewDefault ) },
126+ apk .Name : {apk .New },
127127 // Debian
128- dpkg .Name : {noCFG ( dpkg .NewDefault ) },
128+ dpkg .Name : {dpkg .New },
129129 },
130130 "directory" : {
131131 gitrepo .Name : {noCFG (gitrepo .New )},
@@ -146,9 +146,9 @@ var ExtractorPresets = map[string]extractors.InitMap{
146146
147147 // --- OS packages ---
148148 // Alpine
149- apk .Name : {noCFG ( apk .NewDefault ) },
149+ apk .Name : {apk .New },
150150 // Debian
151- dpkg .Name : {noCFG ( dpkg .NewDefault ) },
151+ dpkg .Name : {dpkg .New },
152152 },
153153}
154154
You can’t perform that action at this time.
0 commit comments