This repository was archived by the owner on Sep 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +567
-60
lines changed
Expand file tree Collapse file tree 10 files changed +567
-60
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,19 @@ jobs:
185185 prerelease : false
186186 draft : false
187187 body : |
188- Re-release of 8.3.0 as 8.3.1.
188+ ### Added
189+
190+ - feat: Add support for Nexus v3 to NexusAnalyzer (#5849)
191+
192+ ### Fixed
193+
194+ - fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
195+ - chore: switch to sha1-pinning as suggested by Semgrep
196+ - fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
197+ - fix: use curl with -L to follow github redirect (#5808)
198+ - fix: use curl with -L to follow github redirect
199+ - fix: #5671 out of memory error (#5789)
200+ - fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError
189201
190202 - name : Upload CLI
191203 id : upload-release-cli
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ Version 8.4.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.0 ) (2023-08-19)
4+
5+ ### Added
6+
7+ - feat: Add support for Nexus v3 to NexusAnalyzer (#5849 )
8+
9+ ### Fixed
10+
11+ - fix: Hint Analyzer should run before VersionFilter Analyzer (#5818 )
12+ - chore: switch to sha1-pinning as suggested by Semgrep
13+ - fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845 )
14+ - fix: use curl with -L to follow github redirect (#5808 )
15+ - fix: use curl with -L to follow github redirect
16+ - fix: #5671 out of memory error (#5789 )
17+ - fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError
18+
19+ See the full listing of [ changes] ( https://github.com/jeremylong/DependencyCheck/milestone/66?closed=1 ) .
20+
321## [ Version 8.3.1] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.3.1 ) (2023-06-12)
422
523Re-release of 8.3.0 as 8.3.1.
624
7- ### Added
8-
925## [ Version 8.3.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.3.0 ) (2023-06-12)
1026
1127### Added
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >8.3.2 -SNAPSHOT</version >
23+ <version >8.4.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >8.3.2 -SNAPSHOT</version >
23+ <version >8.4.0 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-plugin</artifactId >
2626 <name >Dependency-Check Plugin Archetype</name >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >8.3.2 -SNAPSHOT</version >
23+ <version >8.4.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-cli</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >8.3.2 -SNAPSHOT</version >
23+ <version >8.4.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-core</artifactId >
You can’t perform that action at this time.
0 commit comments