summaryrefslogtreecommitdiffhomepage
path: root/android/test/mockapi
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-04 08:30:14 +0100
committerAlbin <albin@mullvad.net>2025-02-04 08:30:14 +0100
commitdfa97420077bc15807cc460ad6b97053caa5fde0 (patch)
tree82e7cf53afd8453e3dad0077e4fd2cf6fc76d4ee /android/test/mockapi
parent8d8320b302a08613a2197ff81ef6e59f8c10301c (diff)
downloadmullvadvpn-dfa97420077bc15807cc460ad6b97053caa5fde0.tar.xz
mullvadvpn-dfa97420077bc15807cc460ad6b97053caa5fde0.zip
Remove OWASP dependency check plugin
The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case.
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)