summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/config/dependency-check-suppression.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml
index 589b5d5317..f2b34872e8 100644
--- a/android/config/dependency-check-suppression.xml
+++ b/android/config/dependency-check-suppression.xml
@@ -41,4 +41,11 @@
<cve>CVE-2023-33953</cve>
<cve>CVE-2023-44487</cve>
</suppress>
+ <suppress until="2024-12-26Z">
+ <notes><![CDATA[
+ False-positive related to a NodeJS library and not the one we use.
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/commons\-validator/commons\-validator@.*$</packageUrl>
+ <cve>CVE-2021-3765</cve>
+ </suppress>
</suppressions>