Skip to content

Commit 16ed452

Browse files
cuixqanother-rex
andauthored
chore: v2.2.2 changelog (#2207)
changelog for v2.2.2 release --------- Co-authored-by: Rex P <[email protected]>
1 parent 14455b7 commit 16ed452

File tree

8 files changed

+74
-58
lines changed

8 files changed

+74
-58
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.2.2
2+
3+
### Features:
4+
5+
- [Feature #2113](https://github.com/google/osv-scanner/pull/2113) Add support for Java reachability analysis to identify uncalled vulnerabilities in JAR files.
6+
- [Feature #2177](https://github.com/google/osv-scanner/pull/2177) Automatically parse `osv-scanner-custom.json` files as `osv-scanner.json` custom lockfiles.
7+
8+
### Fixes:
9+
10+
- [Bug #2204](https://github.com/google/osv-scanner/pull/2204) Add a warning to guide users to the correct GitHub Action.
11+
- [Bug #2202](https://github.com/google/osv-scanner/pull/2202) Fix incorrect exit code when unimportant vulnerabilities are found in non-container scans.
12+
- [Bug #2188](https://github.com/google/osv-scanner/pull/2188) Fix handling of absolute paths on Windows.
13+
114
# v2.2.1
215

316
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for documentation on how to contribute co
152152

153153
## Star History
154154

155-
[![Star History Chart](https://api.star-history.com/svg?repos=google/osv-scanner&type=Date)](https://star-history.com/#google/osv-scanner&Date)
155+
[![Star History Chart](https://api.star-history.com/svg?repos=google/osv-scanner&type=Date)](https://www.star-history.com/#google/osv-scanner&Date)

cmd/osv-scanner/__snapshots__/main_test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OPTIONS:
2323
---
2424

2525
[Test_run/version - 1]
26-
osv-scanner version: 2.2.1
26+
osv-scanner version: 2.2.2
2727
osv-scalibr version: 0.3.1
2828
commit: n/a
2929
built at: n/a

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Loaded filter from: <rootdir>/testdata/locks-many/osv-scanner.toml
9696
"rules": [],
9797
"supportedTaxonomies": [],
9898
"taxa": [],
99-
"version": "2.2.1"
99+
"version": "2.2.2"
100100
},
101101
"extensions": []
102102
},
@@ -343,7 +343,7 @@ Total 2 packages affected by 7 known vulnerabilities (3 Critical, 3 High, 0 Medi
343343
],
344344
"supportedTaxonomies": [],
345345
"taxa": [],
346-
"version": "2.2.1"
346+
"version": "2.2.2"
347347
},
348348
"extensions": []
349349
},
@@ -1997,7 +1997,7 @@ Total 1 package affected by 2 known vulnerabilities (0 Critical, 2 High, 0 Mediu
19971997
],
19981998
"supportedTaxonomies": [],
19991999
"taxa": [],
2000-
"version": "2.2.1"
2000+
"version": "2.2.2"
20012001
},
20022002
"extensions": []
20032003
},

docs/github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ permissions:
5454

5555
jobs:
5656
scan-pr:
57-
uses: "google/osv-scanner-action/.github/workflows/[email protected].1"
57+
uses: "google/osv-scanner-action/.github/workflows/[email protected].2"
5858
```
5959
6060
### View results

0 commit comments

Comments
 (0)