diff --git a/main/pom.xml b/main/pom.xml
index e2bd75511..ada05802b 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -230,6 +230,13 @@
${javafx.version}
test
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.10.5.1
+
@@ -332,6 +339,32 @@
+
+ dependency-check
+
+
+
+ org.owasp
+ dependency-check-maven
+ 6.0.3
+
+ 24
+ 0
+ true
+ true
+ suppression.xml
+
+
+
+
+ check
+
+
+
+
+
+
+
diff --git a/main/suppression.xml b/main/suppression.xml
new file mode 100644
index 000000000..6fe12f417
--- /dev/null
+++ b/main/suppression.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+ com.fasterxml.jackson.core:jackson-databind:2.10.5.1
+ CVE-2020-25649
+
+
+
+ ^org\.cryptomator:fuse-nio-adapter:.*$
+ 9
+
+
+
+ ^com\.github\.serceman:jnr-fuse:.*$
+ 9
+
+
\ No newline at end of file