mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
ad86c9d201
|
|
@ -49,4 +49,14 @@
|
|||
<cve>CVE-2022-42004</cve>
|
||||
<cve>CVE-2023-35116</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-core@.*$</packageUrl>
|
||||
<cve>CVE-2023-6378</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-classic@.*$</packageUrl>
|
||||
<cve>CVE-2023-6378</cve>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Merged from 4.0:
|
|||
Merged from 3.11:
|
||||
* Revert CASSANDRA-18543 (CASSANDRA-18854)
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2023-6378 (CASSANDRA-19142)
|
||||
* Do not set RPC_READY to false on transports shutdown in order to not fail counter updates for deployments with coordinator and storage nodes with transports turned off (CASSANDRA-18935)
|
||||
* Suppress CVE-2023-44487 (CASSANDRA-18943)
|
||||
* Implement the logic in bin/stop-server (CASSANDRA-18838)
|
||||
|
|
|
|||
Loading…
Reference in New Issue