File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
<suppress >
4
4
<!--
5
5
Below vulnerabilities are from outdated Protocol Buffers which is the dependency of Error Prone.
6
- This will not affect our code
6
+ This will not affect our code.
7
7
-->
8
8
<vulnerabilityName >CVE-2022-3171</vulnerabilityName >
9
9
<vulnerabilityName >CVE-2022-3509</vulnerabilityName >
10
10
<vulnerabilityName >CVE-2022-3510</vulnerabilityName >
11
11
<vulnerabilityName >CVE-2023-2976</vulnerabilityName >
12
+ <!--
13
+ Vulnerability in the Dependency Check itself, used during testing.
14
+ Will not affect end-users.
15
+ Ref: https://github.com/jeremylong/DependencyCheck/issues/5943 -->
16
+ <vulnerabilityName >CVE-2023-4759</vulnerabilityName >
12
17
</suppress >
13
18
</suppressions >
Original file line number Diff line number Diff line change 329
329
<plugin >
330
330
<groupId >org.owasp</groupId >
331
331
<artifactId >dependency-check-maven</artifactId >
332
- <version >8.2.1 </version >
332
+ <version >8.4.0 </version >
333
333
<configuration >
334
334
<suppressionFile >dependency-check-suppressions.xml</suppressionFile >
335
335
<failBuildOnCVSS >7</failBuildOnCVSS >
You can’t perform that action at this time.
0 commit comments