Skip to content

Commit 7a8f649

Browse files
authored
chore: release v2.3.3 (#2509)
This PR adds the change log and updates the snapshots and cassettes in preparation for v2.3.3 release.
1 parent 3231675 commit 7a8f649

22 files changed

+2839
-1549
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2.3.3
2+
3+
### Features:
4+
5+
- [Feature #2458](https://github.com/google/osv-scanner/pull/2458) Add `--exclude` flag to skip paths during scanning.
6+
- [Feature #2477](https://github.com/google/osv-scanner/pull/2477) Add `pylock` extractor.
7+
- [Feature #2475](https://github.com/google/osv-scanner/pull/2475) Add base image info to container scanning output header (in table, markdown and vertical formats).
8+
9+
### Misc:
10+
11+
- Update Go version to 1.25.7.
12+
- Update osv-scalibr from v0.4.1 to v0.4.2. [Release note](https://github.com/google/osv-scalibr/releases/tag/v0.4.2).
13+
- Refactor to better align with osv-scalibr plugins and inventory data structure.
14+
115
# v2.3.2
216

317
This release includes performance improvements for local scanning, reducing memory usage and avoiding unnecessary advisory loading. It also fixes issues with MCP's get_vulnerability_details tool, git queries in `osv-scanner.json`, and ignore entry tracking, along with documentation updates.

cmd/osv-scanner/__snapshots__/main_test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ OPTIONS:
4646
---
4747

4848
[Test_run/version - 1]
49-
osv-scanner version: 2.3.2
49+
osv-scanner version: 2.3.3
5050
osv-scalibr version: 0.4.2
5151
commit: n/a
5252
built at: n/a

cmd/osv-scanner/scan/image/__snapshots__/command_test.snap

Lines changed: 208 additions & 56 deletions
Large diffs are not rendered by default.

cmd/osv-scanner/scan/image/testdata/cassettes/TestCommand_Docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ interactions:
145145
"vulns": [
146146
{
147147
"id": "ALPINE-CVE-2024-13176",
148-
"modified": "2025-12-03T22:55:07.817006Z"
148+
"modified": "2026-02-08T14:17:02.498117Z"
149149
},
150150
{
151151
"id": "ALPINE-CVE-2024-9143",
@@ -157,7 +157,7 @@ interactions:
157157
"vulns": [
158158
{
159159
"id": "ALPINE-CVE-2024-13176",
160-
"modified": "2025-12-03T22:55:07.817006Z"
160+
"modified": "2026-02-08T14:17:02.498117Z"
161161
},
162162
{
163163
"id": "ALPINE-CVE-2024-9143",

cmd/osv-scanner/scan/image/testdata/cassettes/TestCommand_HtmlFile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ interactions:
354354
},
355355
{
356356
"id": "ALPINE-CVE-2024-13176",
357-
"modified": "2025-12-03T22:55:07.817006Z"
357+
"modified": "2026-02-08T14:17:02.498117Z"
358358
},
359359
{
360360
"id": "ALPINE-CVE-2024-2511",
@@ -514,7 +514,7 @@ interactions:
514514
},
515515
{
516516
"id": "ALPINE-CVE-2024-13176",
517-
"modified": "2025-12-03T22:55:07.817006Z"
517+
"modified": "2026-02-08T14:17:02.498117Z"
518518
},
519519
{
520520
"id": "ALPINE-CVE-2024-2511",

0 commit comments

Comments
 (0)