mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
5326a39a1c
|
|
@ -60,6 +60,7 @@
|
|||
<cve>CVE-2022-24823</cve>
|
||||
<cve>CVE-2022-41881</cve>
|
||||
<cve>CVE-2022-41915</cve>
|
||||
<cve>CVE-2023-34462</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14183 -->
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
* Add keyspace and table name to exception message during ColumnSubselection deserialization (CASSANDRA-18346)
|
||||
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2023-34462 (CASSANDRA-18649)
|
||||
* Add support for AWS Ec2 IMDSv2 (CASSANDRA-16555)
|
||||
* Suppress CVE-2023-35116 (CASSANDRA-18630)
|
||||
* Pass taskId from CompactionTask to system.compaction_history (CASSANDRA-12183)
|
||||
|
|
|
|||
Loading…
Reference in New Issue