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 fac53625c9..cb6bd25a19 100644 --- a/android/test/test-suppression.xml +++ b/android/test/test-suppression.xml @@ -17,4 +17,13 @@ <cve>CVE-2023-33953</cve> <cve>CVE-2023-44487</cve> </suppress> + <suppress until="2024-12-01Z"> + <notes><![CDATA[ + Denial of service using protobuf. + Should not be applicable since client and server are always in sync and we are only + communicating locally over UDS. + ]]></notes> + <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl> + <cve>CVE-2024-7254</cve> + </suppress> </suppressions> |
