Suppress CVE-2020-7238

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17697
This commit is contained in:
Brandon Williams 2022-06-17 09:04:08 -05:00
parent 87bdbb7182
commit 5ed63e0a5a
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<cve>CVE-2019-16869</cve>
<cve>CVE-2019-20444</cve>
<cve>CVE-2019-20445</cve>
<cve>CVE-2020-7238</cve>
<cve>CVE-2021-21290</cve>
<cve>CVE-2021-21295</cve>
<cve>CVE-2021-21409</cve>

View File

@ -1,4 +1,5 @@
3.0.28
* Supress CVE-2020-7238 (CASSANDRA-17697)
* Fix issue where frozen maps may not be serialized in the correct order (CASSANDRA-17623)
* Suppress CVE-2022-24823 (CASSANDRA-17633)
* fsync TOC and digest files (CASSANDRA-10709)