From 53de04965d795e18c1192a0032f4c0376af49917 Mon Sep 17 00:00:00 2001 From: Malena Ebert Date: Mon, 2 Nov 2020 10:53:22 +0100 Subject: [PATCH] Move OWASP suppression files to private folder --- build.gradle | 2 +- owasp-suppressions.xml | 218 -------------------------------------- owasp-vulnerabilities.xml | 35 ------ 3 files changed, 1 insertion(+), 254 deletions(-) delete mode 100644 owasp-suppressions.xml delete mode 100644 owasp-vulnerabilities.xml diff --git a/build.gradle b/build.gradle index 1d06b6f6490..850f58793ff 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencyCheck { format = 'ALL' junitFailOnCVSS = 0 failBuildOnCVSS = 0 - suppressionFiles = ["${project.rootDir}/owasp-suppressions.xml", "${project.rootDir}/owasp-vulnerabilities.xml"] + suppressionFiles = ["${project.rootDir}/private/owasp/suppressions.xml", "${project.rootDir}/private/owasp/vulnerabilities.xml"] skipProjects = project.subprojects .findAll {it.name.contains('testing') || it.name.startsWith('it-') || diff --git a/owasp-suppressions.xml b/owasp-suppressions.xml deleted file mode 100644 index f2ee8bf0694..00000000000 --- a/owasp-suppressions.xml +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - CVE-2019-7619 - CVE-2020-7009 - CVE-2020-7014 - - - CVE-2020-7019 - - - CVE-2019-7614 - - - CVE-2018-1000425 - - - CVE-2018-20200 - - - CVE-2020-5398 - - - CVE-2020-9488 - - - CVE-2017-18640 - - - CVE-2007-1651 - CVE-2007-1652 - - - CVE-2020-8022 - - - CVE-2019-17579 - - - CVE-2018-19413 - - - - - .*build\.gradle - cpe:/a:gitlab:gitlab - - - - - .*sonar-auth-gitlab-8.*\.jar.* - cpe:/a:gitlab:gitlab:8 - - - - - - .*sonar-css-plugin-1\.2.*\.jar.* - CVE-2019-12402 - - - - - pkg:maven/org\.sonarsource\.slang/sonar-ruby-plugin@1\..* - cpe:/a:ruby-lang:ruby:1 - - - - - pkg:maven/org\.sonarsource\.slang/sonar-scala-plugin@1\..* - cpe:/a:scala-lang:scala:1 - - - - - ^pkg:maven/org\.jruby/dirgra@.*$ - cpe:/a:jruby:jruby - - - - - pkg:maven/org.sonarsource.scm.git/sonar-scm-git-plugin@1.12.0.2034 - cpe:/a:git-scm:git - - - - - ^pkg:maven/.*$ - cpe:/a:json_project:json - - - - - .*com\.sonarsource\.abap/sonar-abap-plugin.* - CVE-2018-10237 - - - - - .*com\.sonarsource\.plsql/sonar-plsql-plugin/3\.4.* - CVE-2018-10237 - - - - - pkg:maven/com\.jcraft/jsch\.agentproxy\..*@0.0.7 - CVE-2016-5725 - - - - - - - ^pkg:maven/com\.sonarsource\.vsts/alm\-gallery\-client@.*$ - cpe:/a:gallery:gallery - - - - - - ^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib(\-common)?@1.4.10$ - CVE-2020-15824 - - - - - - ^pkg:maven/com\.hazelcast/hazelcast\-client\-protocol@.*$ - CVE-2016-10750 - - diff --git a/owasp-vulnerabilities.xml b/owasp-vulnerabilities.xml deleted file mode 100644 index 1ca6b4655e5..00000000000 --- a/owasp-vulnerabilities.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - .*sonar-swift-plugin-4\.2.*\.jar.* - Remote code execution - CVE-2015-6420 - CVE-2017-15708 - - - - - ^pkg:maven/io\.netty/netty-.*@4\.1\.32.*$ - CVE-2019-16869 - CVE-2019-20444 - CVE-2019-20445 - CVE-2020-11612 - - - - - .*sonar-kotlin-plugin-1\.5.*\.jar.* - CWE-476: NULL Pointer Dereference - - -- 2.39.5