File tree Expand file tree Collapse file tree 9 files changed +25
-15
lines changed Expand file tree Collapse file tree 9 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ Version 12.1.2] ( https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.2 ) (2025-06-07)
4
+
5
+ - fix: Allow configuring OSS Index user/pw directly (#7640 )
6
+ - fix: remove vulnerable transitive dependency - beanutils (#7705 )
7
+ - fix: Simplify PHP framework suppression for Composer (#7693 )
8
+ - fix: update CPE pattern to remove FP (#7684 )
9
+ - fix(cli): Patch generated Windows shell script for JAVACMD installs with spaces (#7653 )
10
+ - fix: Resolve various WCAG accessibility / css issues in the HTML report (#7629 )
11
+ - fix: #7510 Display a dedicated message when receiving an HTTP 403 (#7575 )
12
+ - docs: Make ` Vulnerability Sources ` in ` Related Work ` clearer (#7691 )
13
+ - docs: #7610 add a reference to NVD mirroring in getting started documentation (#7611 )
14
+
15
+ See the full listing of [ changes] ( https://github.com/dependency-check/DependencyCheck/milestone/96?closed=1 )
16
+
3
17
## [ Version 12.1.1] ( https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.1 ) (2025-04-05)
4
18
5
19
- fix: resolve NVD data Parse error ` com.fasterxml.jackson.core.JsonParseException: Unexpected character (']' (code 93)) `
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Dependency-Check makes use of several other open source libraries. Please see th
363
363
364
364
This product uses the NVD API but is not endorsed or certified by the NVD.
365
365
366
- Copyright (c) 2012-2024 Jeremy Long. All Rights Reserved.
366
+ Copyright (c) 2012-2025 Jeremy Long. All Rights Reserved.
367
367
368
368
[ wiki ] : https://github.com/dependency-check/DependencyCheck/wiki
369
369
[ notices ] : https://github.com/dependency-check/DependencyCheck/blob/main/NOTICE.txt
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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -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>2025-04-05T11:25:33Z </project .build.outputTimestamp>
30
+ <project .build.outputTimestamp>2025-06-07T10:43:51Z </project .build.outputTimestamp>
31
31
</properties >
32
32
<scm >
33
33
<connection >scm:git:https://github.com/dependency-check/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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >dependency-check-cli</artifactId >
@@ -116,11 +116,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
116
116
<configuration >
117
117
<!-- Hack/workaround for https://github.com/mojohaus/appassembler/issues/114 -->
118
118
<target >
119
- <replace file =" ${project.build.directory}/release/bin/dependency-check.bat"
120
- token =" %JAVACMD% %JAVA_OPTS%"
121
- value =" " %JAVACMD%" %JAVA_OPTS%"
122
- failOnNoReplacements =" true"
123
- />
119
+ <replace file =" ${project.build.directory}/release/bin/dependency-check.bat" token =" %JAVACMD% %JAVA_OPTS%" value =" " %JAVACMD%" %JAVA_OPTS%" failOnNoReplacements =" true" />
124
120
</target >
125
121
</configuration >
126
122
</execution >
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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -SNAPSHOT</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<modules >
@@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
113
113
<properties >
114
114
<maven .compiler.release>11</maven .compiler.release>
115
115
<!-- reproducible build-->
116
- <project .build.outputTimestamp>2025-04-05T11:25:33Z </project .build.outputTimestamp>
116
+ <project .build.outputTimestamp>2025-06-07T10:43:51Z </project .build.outputTimestamp>
117
117
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
118
118
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
119
119
<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 >12.1.2 -SNAPSHOT</version >
23
+ <version >12.1.3 -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