Skip to content

Commit 10d0123

Browse files
committed
Suppress false-positive CVE-2014-9152
1 parent 1f2d679 commit 10d0123

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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>

android/test/test-suppression.xml

+8
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@
110110
<packageUrl regex="true">^pkg:maven/com\.squareup\.okhttp3/.*@.*$</packageUrl>
111111
<cve>CVE-2023-3782</cve>
112112
</suppress>
113+
<suppress until="2024-09-01Z">
114+
<notes><![CDATA[
115+
False-positive related to Drupal rather than Android development.
116+
https://nvd.nist.gov/vuln/detail/CVE-2014-9152
117+
]]></notes>
118+
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
119+
<cve>CVE-2014-9152</cve>
120+
</suppress>
113121
</suppressions>

0 commit comments

Comments
 (0)