Skip to content

Commit 4757411

Browse files
committed
Merge branch 'cassandra-4.0' into cassandra-4.1
2 parents 4a201d4 + 0026c0d commit 4757411

File tree

3 files changed

+35
-17
lines changed

3 files changed

+35
-17
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/dependency-check-suppressions.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,24 @@
3939
</suppress>
4040
<!-- netty's http stuff is not applicable here -->
4141
<suppress>
42-
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-all@.*$</packageUrl>
42+
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl>
4343
<cve>CVE-2021-21290</cve>
4444
<cve>CVE-2021-21295</cve>
4545
<cve>CVE-2021-21409</cve>
46+
<cve>CVE-2022-24823</cve>
47+
<cve>CVE-2025-24970</cve>
48+
<cve>CVE-2025-25193</cve>
49+
<cve>CVE-2024-29025</cve>
50+
<cve>CVE-2023-34462</cve>
4651
<cve>CVE-2021-37136</cve>
4752
<cve>CVE-2021-37137</cve>
48-
<cve>CVE-2021-43797</cve>
49-
<cve>CVE-2022-24823</cve>
5053
<cve>CVE-2022-41881</cve>
51-
<cve>CVE-2023-34462</cve>
54+
<cve>CVE-2021-43797</cve>
5255
<cve>CVE-2023-44487</cve>
53-
<cve>CVE-2025-25193</cve>
56+
<cve>CVE-2024-47535</cve>
57+
<cve>CVE-2025-55163</cve>
58+
<cve>CVE-2025-58056</cve>
59+
<cve>CVE-2025-58057</cve>
5460
</suppress>
5561

5662
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->

.snyk

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ ignore:
55
CVE-2020-8908:
66
- reason: not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -- ^pkg:maven/com\.google\.guava/guava@.*$
77
CVE-2021-21290:
8-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
8+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
99
CVE-2021-21295:
10-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
10+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
1111
CVE-2021-21409:
12-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
12+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
1313
CVE-2021-37136:
14-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
14+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
1515
CVE-2021-37137:
16-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
16+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
1717
CVE-2021-43797:
18-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
18+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
1919
CVE-2022-1471:
2020
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
2121
CVE-2022-24823:
22-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
22+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
2323
CVE-2022-25857:
2424
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
2525
CVE-2022-38749:
@@ -33,18 +33,30 @@ ignore:
3333
CVE-2022-41854:
3434
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
3535
CVE-2022-41881:
36-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
36+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
3737
CVE-2023-2976:
3838
- reason: not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -- ^pkg:maven/com\.google\.guava/guava@.*$
3939
CVE-2023-34462:
40-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
40+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
4141
CVE-2023-44487:
42-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
42+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
4343
CVE-2023-6378:
4444
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
4545
CVE-2024-12798:
4646
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
4747
CVE-2024-12801:
4848
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
49+
CVE-2024-29025:
50+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
51+
CVE-2024-47535:
52+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
53+
CVE-2025-24970:
54+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
4955
CVE-2025-25193:
50-
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
56+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
57+
CVE-2025-55163:
58+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
59+
CVE-2025-58056:
60+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$
61+
CVE-2025-58057:
62+
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-.*@.*$

0 commit comments

Comments
 (0)