summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-04 08:30:34 +0100
committerAlbin <albin@mullvad.net>2025-02-04 08:30:34 +0100
commit468e1eab64f3d289a8fc6d18ef90da70ed28d684 (patch)
tree05459833c2ea0bfb7fada896dbac38fa2d2c6ced /android/app
parent8d8320b302a08613a2197ff81ef6e59f8c10301c (diff)
parentc2a7eb72a0a628cdb7d3c9d3a56db974ee34b271 (diff)
downloadmullvadvpn-468e1eab64f3d289a8fc6d18ef90da70ed28d684.tar.xz
mullvadvpn-468e1eab64f3d289a8fc6d18ef90da70ed28d684.zip
Merge branch 'remove-owasp-dependency-check-plugin-droid-1776'
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts8
1 files changed, 0 insertions, 8 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 36625c50e4..60a08c4f5e 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -322,14 +322,6 @@ androidComponents {
}
}
-configure<org.owasp.dependencycheck.gradle.extension.DependencyCheckExtension> {
- // Skip the lintClassPath configuration, which relies on many dependencies that has been flagged
- // to have CVEs, as it's related to the lint tooling rather than the project's compilation class
- // path. The alternative would be to suppress specific CVEs, however that could potentially
- // result in suppressed CVEs in project compilation class path.
- skipConfigurations = listOf("lintClassPath")
-}
-
// This is a safety net to avoid generating too big version codes, since that could potentially be
// hard and inconvenient to recover from.
tasks.register("ensureValidVersionCode") {