This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch CASSANDRA-17492-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 1a433dd41d553068d157bed488acffa61c13372a Author: Brandon Williams <[email protected]> AuthorDate: Mon Mar 28 10:39:22 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 798c71f..4c1c054 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]
