This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +21
-9
lines changed Expand file tree Collapse file tree 8 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ Version 9.0.10] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.10 ) (2024-03-15)
4
+
5
+ - fix: #4321 Suppress redis server CVEs for client libraries (#4321 ) (#6489 )
6
+ - fix: bump commons-compress from 1.25.0 to 1.26.0 to fix CVE-2024 -25710 and CVE-2024 -26308 (#6492 )
7
+ - feat: Allow to pass NVD API key via environment variable (#6454 )
8
+ - fix: issue 5452 - ConcurrentModificationException in NodePackageAnalyzer.processDependencies - adding synchronized block (#6501 )
9
+ - docs: document the default data directory (#6484 )
10
+ - fix: prevent NPE in bundler audit (#6462 )
11
+ - fix: #6441 Improve suppression rule to not restrict to a single version (#6442 )
12
+
13
+ See the full listing of [ changes] ( https://github.com/jeremylong/DependencyCheck/milestone/80?closed=1 ) .
14
+
3
15
## [ Version 9.0.9] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.9 ) (2024-01-17)
4
16
5
17
- fix: for #6374 to delete non-empty directories (#6375 )
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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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>2024-01-17T10:26:49Z </project .build.outputTimestamp>
30
+ <project .build.outputTimestamp>2024-03-15T09:52:32Z </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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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>2024-01-17T10:26:49Z </project .build.outputTimestamp>
115
+ <project .build.outputTimestamp>2024-03-15T09:52:32Z </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 >9.0.10 -SNAPSHOT</version >
23
+ <version >9.0.11 -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