mirror of https://github.com/apache/cassandra
Suppress CVE-2021-37533
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18146
This commit is contained in:
parent
f384e69482
commit
e0e63f4415
|
|
@ -74,6 +74,24 @@
|
|||
<cve>CVE-2020-8908</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-18146 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.commons.*$</packageUrl>
|
||||
<cve>CVE-2021-37533</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/commons-io/.*$</packageUrl>
|
||||
<cve>CVE-2021-37533</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/commons-cli/.*$</packageUrl>
|
||||
<cve>CVE-2021-37533</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/commons-codec/.*$</packageUrl>
|
||||
<cve>CVE-2021-37533</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-16606 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.thrift/libthrift@.*$</packageUrl>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
3.0.29
|
||||
* Suppress CVE-2021-37533 (CASSANDRA-18146)
|
||||
* Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira (CASSANDRA-18126)
|
||||
* Avoid anticompaction mixing data from two different time windows with TWCS (CASSANDRA-17970)
|
||||
* Do not spam the logs with MigrationCoordinator not being able to pull schemas (CASSANDRA-18096)
|
||||
|
|
|
|||
Loading…
Reference in New Issue