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
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -185,13 +185,20 @@ jobs:
185
185
prerelease: false
186
186
draft: false
187
187
body: |
188
+
### Added
189
+
190
+
- Add LibmanAnalyzer (#5652)
191
+
- Update HTML report Dependencies header based on display settings (#5619)
192
+
- Add link to suppressed vulnerabilities header in HTML report (#5620)
193
+
- Enable local proxy configuration in maven plugin configuration (#5696)
194
+
188
195
### Fixed
189
196
190
-
- NullPointerException in MSBuildAnalyzer (#5589)
191
-
- SQL Syntax for Oracle (#5590)
192
-
- Use `https://` URLs in report templates (#5582)
197
+
- Fix npm alias present in requires of dependencies (#5703)
198
+
- Make Central URL configurable via CLI (#5667)
199
+
- Ensure support of CVSSv3.1 (#5602)
193
200
194
-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/64?closed=1).
201
+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/65?closed=1).
- Update HTML report Dependencies header based on display settings (#5619)
9
+
- Add link to suppressed vulnerabilities header in HTML report (#5620)
10
+
- Enable local proxy configuration in maven plugin configuration (#5696)
11
+
12
+
### Fixed
13
+
14
+
- Fix npm alias present in requires of dependencies (#5703)
15
+
- Make Central URL configurable via CLI (#5667)
16
+
- Ensure support of CVSSv3.1 (#5602)
17
+
18
+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/65?closed=1).
0 commit comments