We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707178a commit 23d13e7Copy full SHA for 23d13e7
android/config/dependency-check-suppression.xml
@@ -41,4 +41,11 @@
41
<cve>CVE-2023-33953</cve>
42
<cve>CVE-2023-44487</cve>
43
</suppress>
44
+ <suppress until="2024-12-26Z">
45
+ <notes><![CDATA[
46
+ False-positive related to a NodeJS library and not the one we use.
47
+ ]]></notes>
48
+ <packageUrl regex="true">^pkg:maven/commons\-validator/commons\-validator@.*$</packageUrl>
49
+ <cve>CVE-2021-3765</cve>
50
+ </suppress>
51
</suppressions>
0 commit comments