This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch CASSANDRA-17492-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 96718c000a471063cd21ea96d2491ffe327931bc
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Mar 28 09:59:21 2022 -0500

    Suppress CVE-2021-44521
---
 .build/dependency-check-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.build/dependency-check-suppressions.xml 
b/.build/dependency-check-suppressions.xml
index ce51590..5d69958 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -55,6 +55,7 @@
         <packageUrl 
regex="true">^pkg:maven/com\.datastax\.cassandra/cassandra\-driver\-core@.*$</packageUrl>
         <cve>CVE-2020-13946</cve>
         <cve>CVE-2020-17516</cve>
+        <cve>CVE-2021-44521</cve>
     </suppress>
 
     <!-- https://issues.apache.org/jira/browse/CASSANDRA-14760 -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to