diff --git a/.build/build-owasp.xml b/.build/build-owasp.xml new file mode 100644 index 0000000000..e3f4c42498 --- /dev/null +++ b/.build/build-owasp.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + Downloading OWASP Dependency checks ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml new file mode 100644 index 0000000000..10709d79f6 --- /dev/null +++ b/.build/dependency-check-suppressions.xml @@ -0,0 +1,47 @@ + + + + + + ^pkg:maven/com\.datastax\.cassandra/cassandra\-driver\-core@.*$ + CVE-2018-8016 + CVE-2020-13946 + CVE-2020-17516 + + + + ^pkg:maven/net\.openhft/chronicle\-wire@.*$ + cpe:/a:wire:wire + + + + ^pkg:maven/com\.google\.guava/guava@.*$ + CVE-2020-8908 + + + + ^pkg:maven/io\.netty/netty\-all@.*$ + CVE-2021-21290 + CVE-2021-21295 + CVE-2021-21409 + + diff --git a/build.xml b/build.xml index dc3f547c56..ca404a433f 100644 --- a/build.xml +++ b/build.xml @@ -2178,4 +2178,5 @@ +