summaryrefslogtreecommitdiffhomepage
path: root/android/config
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-05-19 10:33:43 +0200
committerAlbin <albin@mullvad.net>2023-05-19 10:55:11 +0200
commitec4d9a14f2f200956d79aaf9c134a1bffe281fff (patch)
treed3b957f08ca603c30c33880757bd585e267650cb /android/config
parentdcb193e86d9f5241353f0d35bf341fafa03bcf44 (diff)
downloadmullvadvpn-ec4d9a14f2f200956d79aaf9c134a1bffe281fff.tar.xz
mullvadvpn-ec4d9a14f2f200956d79aaf9c134a1bffe281fff.zip
Bump kotlin and agp
Diffstat (limited to 'android/config')
-rw-r--r--android/config/dependency-check-suppression.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml
index ef18e06c2a..ebdce9de22 100644
--- a/android/config/dependency-check-suppression.xml
+++ b/android/config/dependency-check-suppression.xml
@@ -95,4 +95,12 @@
<packageUrl regex="true">^pkg:maven/com\.squareup\.leakcanary/leakcanary\-android\-utils@.*$</packageUrl>
<cve>CVE-2021-4277</cve>
</suppress>
+ <suppress until="2023-11-01Z">
+ <notes><![CDATA[
+ This CVE only affect Multiplatform Gradle Projects, which this project is not.
+ https://nvd.nist.gov/vuln/detail/CVE-2022-24329
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib.*@.*$</packageUrl>
+ <cve>CVE-2022-24329</cve>
+ </suppress>
</suppressions>