mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
9d6c3c43b8
|
|
@ -26,6 +26,12 @@
|
|||
<cve>CVE-2023-44487</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20504 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl>
|
||||
<cve>CVE-2025-25193</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-17966 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
|
||||
|
|
|
|||
2
.snyk
2
.snyk
|
|
@ -16,3 +16,5 @@ ignore:
|
|||
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
|
||||
CVE-2024-45772:
|
||||
- reason: https://issues.apache.org/jira/browse/CASSANDRA-20024 -- ^pkg:maven/org\.apache\.lucene/lucene\-.*@9.7.0$
|
||||
CVE-2025-25193:
|
||||
- reason: https://issues.apache.org/jira/browse/CASSANDRA-20504 -- ^pkg:maven/io\.netty/netty\-.*@.*$
|
||||
|
|
|
|||
|
|
@ -215,6 +215,7 @@ Merged from 4.1:
|
|||
* Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
|
||||
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
|
||||
Merged from 4.0:
|
||||
* Suppress CVE-2025-25193 (CASSANDRA-20504)
|
||||
* Include in source tree and build packages a Snyk policy file that lists known false positives (CASSANDRA-20319)
|
||||
* Update zstd-jni to 1.5.7-2 (CASSANDRA-20453)
|
||||
* Suppress CVE-2024-12801 (CASSANDRA-20412)
|
||||
|
|
|
|||
Loading…
Reference in New Issue