Skip to content

Commit ed04f46

Browse files
committed
Merge branch 'cassandra-4.1' into cassandra-5.0
2 parents b23db40 + 4757411 commit ed04f46

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

.build/build-owasp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"/>

.build/owasp/dependency-check-suppressions.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@
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 -->

.snyk

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: v1.25.0
44
ignore:
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\-.*@.*$

0 commit comments

Comments
 (0)