This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +28
-21
lines changed Expand file tree Collapse file tree 9 files changed +28
-21
lines changed Original file line number Diff line number Diff line change @@ -185,19 +185,14 @@ jobs:
185
185
prerelease : false
186
186
draft : false
187
187
body : |
188
- ### Added
189
188
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
189
+ - fix: upgrade to JCS3 (#5114)
190
+ - fix: Support ~= version specifier in requirements.txt and pipfile (#5902)
191
+ - fix: Version of dependency no longer ignored when CPE product has a 'java' suffix in a product name (#5901)
192
+ - fix: Do not filter out evidences added by hints (#5900)
193
+ - fix: fixes FP #5925 (#5927)
194
+
195
+ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/67?closed=1).
201
196
202
197
- name : Upload CLI
203
198
id : upload-release-cli
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ Version 8.4.1] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.1 ) (2023-10-21)
4
+
5
+ ### Fixed
6
+
7
+ - fix: upgrade to JCS3 (#5114 )
8
+ - fix: Support ~ = version specifier in requirements.txt and pipfile (#5902 )
9
+ - fix: Version of dependency no longer ignored when CPE product has a 'java' suffix in a product name (#5901 )
10
+ - fix: Do not filter out evidences added by hints (#5900 )
11
+ - fix: fixes FP #5925 (#5927 )
12
+
13
+ See the full listing of [ changes] ( https://github.com/jeremylong/DependencyCheck/milestone/67?closed=1 ) .
14
+
3
15
## [ Version 8.4.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.0 ) (2023-08-19)
4
16
5
17
### Added
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
<artifactId >dependency-check-plugin</artifactId >
26
26
<name >Dependency-Check Plugin Archetype</name >
27
27
<packaging >jar</packaging >
28
28
<properties >
29
29
<!-- reproducible build-->
30
- <project .build.outputTimestamp>2023-08-19T12:57:43Z </project .build.outputTimestamp>
30
+ <project .build.outputTimestamp>2023-10-21T13:37:51Z </project .build.outputTimestamp>
31
31
</properties >
32
32
<scm >
33
33
<connection >scm:git:https://github.com/jeremylong/DependencyCheck.git</connection >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >dependency-check-core</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
<artifactId >dependency-check-maven</artifactId >
26
26
<packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
20
20
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<modules >
@@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long
112
112
</licenses >
113
113
<properties >
114
114
<!-- reproducible build-->
115
- <project .build.outputTimestamp>2023-08-19T12:57:43Z </project .build.outputTimestamp>
115
+ <project .build.outputTimestamp>2023-10-21T13:37:51Z </project .build.outputTimestamp>
116
116
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
117
117
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
118
118
<github .global.server>github</github .global.server>
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >8.4.1 -SNAPSHOT</version >
23
+ <version >8.4.2 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments