File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
3
3
<!-- For information see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->
4
4
5
+
6
+ <!-- False Positive
7
+ This CVE is against the GlassFish application server, but is mistakenly being
8
+ identified in various org.glassfish artifacts
9
+ https://github.com/jeremylong/DependencyCheck/issues/7021
10
+ https://github.com/jeremylong/DependencyCheck/issues/7020
11
+ https://github.com/jeremylong/DependencyCheck/issues/7019
12
+ -->
13
+ <suppress >
14
+ <notes ><![CDATA[
15
+ file name: jakarta.el-4.0.2.jar
16
+ ]]> </notes >
17
+ <packageUrl regex =" true" >^pkg:maven/org\.glassfish.*/(jakarta\.el|jaxb-core|jaxb-runtime|osgi-resource-locator|txw2)@.*$</packageUrl >
18
+ <cve >CVE-2024-9329</cve >
19
+ </suppress >
20
+
5
21
<!-- This CVE is against the etcd server. We use the Java client
6
22
-->
7
23
<suppress >
Original file line number Diff line number Diff line change 135
135
<version .plugin.source>3.0.1</version .plugin.source>
136
136
<version .plugin.spotbugs>4.7.3.5</version .plugin.spotbugs>
137
137
<version .plugin.findsecbugs>1.12.0</version .plugin.findsecbugs>
138
- <version .plugin.dependency-check>10.0.3 </version .plugin.dependency-check>
138
+ <version .plugin.dependency-check>10.0.4 </version .plugin.dependency-check>
139
139
<version .plugin.surefire>3.1.0</version .plugin.surefire>
140
140
<version .plugin.toolchains>1.1</version .plugin.toolchains>
141
141
<version .plugin.version-plugin>2.3</version .plugin.version-plugin>
You can’t perform that action at this time.
0 commit comments