From b4a97803ff775edda85071729eb856785126f810 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 24 Jun 2021 10:58:47 +0300 Subject: [PATCH] [Snyk] Security upgrade org.cryptomator:webdav-nio-adapter from 1.2.2 to 1.2.3 (#1698) * fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-1313686 * adjusted suppression config * bump webdav version Co-authored-by: Sebastian Stenzel --- pom.xml | 2 +- suppression.xml | 41 ++++++++--------------------------------- 2 files changed, 9 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index 61bae548b..b0dde763a 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 1.0.0-beta1 1.3.1 1.3.1 - 1.2.2 + 1.2.4 16 diff --git a/suppression.xml b/suppression.xml index a5fa9d766..c747f92a7 100644 --- a/suppression.xml +++ b/suppression.xml @@ -14,40 +14,15 @@ - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2009-5045 - - - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2009-5046 - + - + As long as we don't suppress anything in org.eclipse.jetty:jetty-server or :jetty-servlet, + vulnerabilities will still trigger if we actually use an outdated Jetty version. + ]]> org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2017-9735 - - - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2017-7656 - - - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2017-7657 - - - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2017-7658 - - - - - org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 - CVE-2020-27216 + .* \ No newline at end of file