mirror of https://github.com/apache/cassandra
Suppress CVE-2024-45772 lucene-core-9.7.0.jar
CVE in Lucene Replicator which the project doesn't use. patch by Mick Semb Wever; reviewed by Brandon Williams, Caleb Rackliffe for CASSANDRA-20024
This commit is contained in:
parent
5e4ff921af
commit
3550b88307
|
|
@ -57,4 +57,10 @@
|
|||
<cve>CVE-2023-6378</cve>
|
||||
<cve>CVE-2023-6481</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20024 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.lucene/lucene\-.*@9.7.0$</packageUrl>
|
||||
<cve>CVE-2024-45772</cve>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
5.0.3
|
||||
* Suppress CVE-2024-45772 from lucene-core-9.7.0.jar (CASSANDRA-20024)
|
||||
Merged from 4.1:
|
||||
Merged from 4.0:
|
||||
* Add configurable batchlog endpoint strategies: random_remote, prefer_local, dynamic_remote, and dynamic (CASSANDRA-18120)
|
||||
|
|
|
|||
Loading…
Reference in New Issue