We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2a90a commit b31d198Copy full SHA for b31d198
android/config/dependency-check-suppression.xml
@@ -60,4 +60,12 @@
60
<packageUrl regex="true">^pkg:maven/com\.google\.devtools\.ksp/symbol\-processing.*@.*$</packageUrl>
61
<cve>CVE-2018-1000840</cve>
62
</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>
71
</suppressions>
0 commit comments