You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,9 +185,20 @@ jobs:
185
185
prerelease: false
186
186
draft: false
187
187
body: |
188
+
### Added
189
+
190
+
- Support msbuild Directory.build.props (#5475)
191
+
- better display of NPM audit references
192
+
- Add CVSS V3 results from NPM Audit results
193
+
188
194
### Fixed
189
195
190
-
- Fix `NullPointerException` in the Jar Analyzer introduced in 8.1.1 (#5512)
196
+
- Fix several issues on NPM Audit reporting (#5546)
197
+
- Case issue in SQL (#5557)
198
+
- Fix CWE(s) extraction for NPM Audit advisories
199
+
- Use the stable github_advisory_id instead of the now unstable id in NPM audit results
200
+
201
+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/63?closed=1).
- Fix several issues on NPM Audit reporting (#5546)
14
+
- Case issue in SQL (#5557)
15
+
- Fix CWE(s) extraction for NPM Audit advisories
16
+
- Use the stable github_advisory_id instead of the now unstable id in NPM audit results
17
+
18
+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/63?closed=1).
0 commit comments