summaryrefslogtreecommitdiffhomepage
path: root/android/test/mockapi
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/test/mockapi
parent8d8320b302a08613a2197ff81ef6e59f8c10301c (diff)
parentc2a7eb72a0a628cdb7d3c9d3a56db974ee34b271 (diff)
downloadmullvadvpn-468e1eab64f3d289a8fc6d18ef90da70ed28d684.tar.xz
mullvadvpn-468e1eab64f3d289a8fc6d18ef90da70ed28d684.zip
Merge branch 'remove-owasp-dependency-check-plugin-droid-1776'
Diffstat (limited to 'android/test/mockapi')
-rw-r--r--android/test/mockapi/build.gradle.kts9
1 files changed, 0 insertions, 9 deletions
diff --git a/android/test/mockapi/build.gradle.kts b/android/test/mockapi/build.gradle.kts
index 166a389553..a224b8c53f 100644
--- a/android/test/mockapi/build.gradle.kts
+++ b/android/test/mockapi/build.gradle.kts
@@ -61,15 +61,6 @@ android {
}
}
-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")
- suppressionFile = "$projectDir/../test-suppression.xml"
-}
-
dependencies {
implementation(projects.lib.endpoint)
implementation(projects.test.common)