diff options
Diffstat (limited to 'android/test')
| -rw-r--r-- | android/test/test-suppression.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android/test/test-suppression.xml b/android/test/test-suppression.xml index 5932bda92e..adebd4c116 100644 --- a/android/test/test-suppression.xml +++ b/android/test/test-suppression.xml @@ -118,4 +118,13 @@ <packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl> <cve>CVE-2014-9152</cve> </suppress> + <suppress until="2024-05-01Z"> + <notes><![CDATA[ + Suppressing since the affected function isn't used in this project. No upstream fixes + are available at the time of adding this suppression. + https://nvd.nist.gov/vuln/detail/CVE-2024-23080 + ]]></notes> + <packageUrl regex="true">^pkg:maven/joda-time/joda-time@.*$</packageUrl> + <cve>CVE-2024-23080</cve> + </suppress> </suppressions> |
