File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # v1.6.0:
2+
3+ ### Features
4+
5+ - [ Feature #694 ] ( https://github.com/google/osv-scanner/pull/694 )
6+ Add support for NuGet lock files version 2.
7+
8+ - [ Feature #655 ] ( https://github.com/google/osv-scanner/pull/655 )
9+ Scan and report dependency groups (e.g. "dev dependencies") for vulnerabilities.
10+
11+ - [ Feature #702 ] ( https://github.com/google/osv-scanner/pull/702 )
12+ Created an option to skip/disable upload to code scanning.
13+
14+ - [ Feature #732 ] ( https://github.com/google/osv-scanner/pull/732 )
15+ Add option to not fail on vulnerability being found for GitHub Actions.
16+
17+ - [ Feature #729 ] ( https://github.com/google/osv-scanner/pull/729 )
18+ Verify the spdx licenses passed in to the license allowlist.
19+
20+ ### Fixes
21+
22+ - [ Bug #736 ] ( https://github.com/google/osv-scanner/pull/736 )
23+ Show ecosystem and version even if git is shown if the info exists.
24+
25+ - [ Bug #703 ] ( https://github.com/google/osv-scanner/pull/703 )
26+ Return an error if both license scanning and local/offline scanning is enabled simultaneously.
27+
28+ - [ Bug #718 ] ( https://github.com/google/osv-scanner/pull/718 )
29+ Fixed parsing of SBOMs generated by the latest CycloneDX.
30+
31+ - [ Bug #704 ] ( https://github.com/google/osv-scanner/pull/704 )
32+ Get go stdlib version from go.mod.
33+
34+ ### API Features
35+
36+ - [ Feature #727 ] ( https://github.com/google/osv-scanner/pull/727 )
37+ Changes to ` Reporter ` methods to add verbosity levels and to deprecate functions.
38+
139# v1.5.0:
240
341### Features
You can’t perform that action at this time.
0 commit comments