File tree Expand file tree Collapse file tree 3 files changed +23
-9
lines changed
Expand file tree Collapse file tree 3 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1919<project basedir =" ." name =" apache-cassandra-owasp-tasks"
2020 xmlns : unless =" ant:unless"
2121 xmlns : if =" ant:if" >
22- <property name =" dependency-check.version" value =" 12.1.0 " />
22+ <property name =" dependency-check.version" value =" 12.1.6 " />
2323 <property name =" dependency-check.home" value =" ${tmp.dir}/dependency-check-ant-${dependency-check.version}" />
2424 <property name =" dependency-check.archive.dir" value =" ${local.repository}/org/owasp/dependency-check-ant/${dependency-check.version}" />
2525 <property name =" dependency-check.archive.name" value =" dependency-check-ant-${dependency-check.version}-release.zip" />
Original file line number Diff line number Diff line change 2121-->
2222<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
2323 <!-- https://issues.apache.org/jira/browse/CASSANDRA-18943 -->
24+ <!-- https://issues.apache.org/jira/browse/CASSANDRA-20924 -->
2425 <suppress >
2526 <packageUrl regex =" true" >^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl >
26- <cve >CVE-2023-44487</cve >
27- </suppress >
28-
29- <!-- https://issues.apache.org/jira/browse/CASSANDRA-20504 -->
30- <suppress >
31- <packageUrl regex =" true" >^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl >
27+ <cve >CVE-2025-24970</cve >
3228 <cve >CVE-2025-25193</cve >
29+ <cve >CVE-2024-29025</cve >
30+ <cve >CVE-2023-44487</cve >
31+ <cve >CVE-2024-47535</cve >
32+ <cve >CVE-2025-55163</cve >
33+ <cve >CVE-2025-58056</cve >
34+ <cve >CVE-2025-58057</cve >
3335 </suppress >
3436
3537 <!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
Original file line number Diff line number Diff line change 33version: v1.25.0
44ignore:
55 CVE-2023-44487:
6- - reason: https://issues.apache.org/jira/browse/CASSANDRA-18943 -- ^pkg:maven/io\.netty/netty\-.*@.*$
6+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
77 CVE-2023-6378:
88 - reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
99 CVE-2023-6481:
@@ -12,7 +12,19 @@ ignore:
1212 - reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
1313 CVE-2024-12801:
1414 - reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
15+ CVE-2024-29025:
16+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
1517 CVE-2024-45772:
1618 - reason: https://issues.apache.org/jira/browse/CASSANDRA-20024 -- ^pkg:maven/org\.apache\.lucene/lucene\-.*@9.7.0$
19+ CVE-2024-47535:
20+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
21+ CVE-2025-24970:
22+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
1723 CVE-2025-25193:
18- - reason: https://issues.apache.org/jira/browse/CASSANDRA-20504 -- ^pkg:maven/io\.netty/netty\-.*@.*$
24+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
25+ CVE-2025-55163:
26+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
27+ CVE-2025-58056:
28+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
29+ CVE-2025-58057:
30+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20924 -- ^pkg:maven/io\.netty/netty\-.*@.*$
You can’t perform that action at this time.
0 commit comments