Skip to content

Commit 23d13e7

Browse files
committed
Supress false-postive CVE
1 parent 707178a commit 23d13e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

android/config/dependency-check-suppression.xml

+7
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,11 @@
4141
<cve>CVE-2023-33953</cve>
4242
<cve>CVE-2023-44487</cve>
4343
</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>
4451
</suppressions>

0 commit comments

Comments
 (0)