summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-09-17 09:17:53 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-09-17 10:32:33 +0200
commitd2205f552f5f49ae304a4b1d82189b5986f0d29c (patch)
treed13ef2eb346b308c9b9bb16b29acf43adbcc7406 /android
parentafdebb629724d626ca3a06f31857f8a871324582 (diff)
downloadmullvadvpn-d2205f552f5f49ae304a4b1d82189b5986f0d29c.tar.xz
mullvadvpn-d2205f552f5f49ae304a4b1d82189b5986f0d29c.zip
Extend CVE suppression for ksp false-positive
Diffstat (limited to 'android')
-rw-r--r--android/config/dependency-check-suppression.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml
index f2b34872e8..508d510f6f 100644
--- a/android/config/dependency-check-suppression.xml
+++ b/android/config/dependency-check-suppression.xml
@@ -8,7 +8,7 @@
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib.*@.*$</packageUrl>
<cve>CVE-2022-24329</cve>
</suppress>
- <suppress until="2024-09-01Z">
+ <suppress until="2024-12-01Z">
<notes><![CDATA[
This CVE only affect programs using loadXML and is derived from using ksp.
We do not use the loadXML, ksp is used to generate navigation paths in our code