Skip to content

Commit b31d198

Browse files
committed
Suppress false-positive CVE-2014-9152
1 parent 9e2a90a commit b31d198

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/config/dependency-check-suppression.xml

+8
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,12 @@
6060
<packageUrl regex="true">^pkg:maven/com\.google\.devtools\.ksp/symbol\-processing.*@.*$</packageUrl>
6161
<cve>CVE-2018-1000840</cve>
6262
</suppress>
63+
<suppress until="2024-09-01Z">
64+
<notes><![CDATA[
65+
False-positive related to Drupal rather than Android development.
66+
https://nvd.nist.gov/vuln/detail/CVE-2014-9152
67+
]]></notes>
68+
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
69+
<cve>CVE-2014-9152</cve>
70+
</suppress>
6371
</suppressions>

0 commit comments

Comments
 (0)