2021-06-04 18:09:10 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file lists false positives found by org.owasp:dependency - check - maven build plugin -->
<suppressions xmlns= "https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
<suppress >
<notes > <![CDATA[ Suppress known vulnerabilities in FUSE libraries for fuse-nio-adapter. For more info, see suppression.xml of https://github.com/cryptomator/fuse-nio-adapter ]]> </notes>
<gav regex= "true" > ^org\.cryptomator:fuse-nio-adapter:.*$</gav>
<cvssBelow > 9</cvssBelow>
</suppress>
<suppress >
2022-11-07 15:17:50 +00:00
<notes > <![CDATA[ Suppress known vulnerabilities in FUSE libraries for jfuse (dependency of fuse-nio-adapter). ]]> </notes>
<gav regex= "true" > ^org\.cryptomator:jfuse.*$</gav>
2021-06-04 18:09:10 +00:00
<cvssBelow > 9</cvssBelow>
</suppress>
<!-- Jetty false positives below -->
<suppress >
2021-06-24 07:58:47 +00:00
<notes > < ![CDATA[
Suppress all for this javax.servlet api package:
There are lots of false positives, simply because its version number is way beyond the remaining
org.eclipse.jetty jar files. Note, that our actual Jetty version is different.
2021-06-04 18:09:10 +00:00
2021-06-24 07:58:47 +00:00
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.
]]></notes>
2021-06-04 18:09:10 +00:00
<gav > org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6</gav>
2021-06-24 07:58:47 +00:00
<cpe regex= "true" > .*</cpe>
2021-06-04 18:09:10 +00:00
</suppress>
2022-03-16 14:08:09 +00:00
<suppress >
<notes > < ![CDATA[
Incorrectly matched CPE, see https://github.com/jeremylong/DependencyCheck/issues/4177git
]]></notes>
<gav regex= "true" > ^org\.cryptomator:.*$</gav>
<cpe > cpe:/a:cryptomator:cryptomator</cpe>
<cve > CVE-2022-25366</cve>
</suppress>
2022-12-07 13:17:42 +00:00
<!-- Apache Commons - cli false positives below -->
2022-03-16 14:08:09 +00:00
<suppress >
<notes > < ![CDATA[
2023-02-27 11:17:47 +00:00
False positive for commons-cli due, see https://github.com/jeremylong/DependencyCheck/pull/4148
2022-03-16 14:08:09 +00:00
]]></notes>
<gav regex= "true" > ^commons\-cli:commons\-cli:.*$</gav>
<cpe > cpe:/a:apache:james</cpe>
2022-12-07 13:17:42 +00:00
<!-- while we are at it exclude also these fp -->
2022-03-16 14:08:09 +00:00
<cpe > cpe:/a:spirit-project:spirit</cpe>
2022-12-07 13:17:42 +00:00
<cpe > cpe:/a:apache:commons_net</cpe>
2022-03-16 14:08:09 +00:00
</suppress>
2023-02-27 11:19:13 +00:00
<suppress >
<notes > < ![CDATA[
False positive for jackson-core-2.13.4.jar, see https://github.com/jeremylong/DependencyCheck/issues/5502
]]></notes>
<packageUrl regex= "true" > ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core@.*$</packageUrl>
<cve > CVE-2022-45688</cve>
</suppress>
2023-06-19 20:31:50 +00:00
<suppress >
<notes > < ![CDATA[
False positive for jackson-databind-2.14.2.jar, see https://github.com/FasterXML/jackson-databind/issues/3972
]]></notes>
<packageUrl regex= "true" > ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve > CVE-2023-35116</cve>
</suppress>
2023-08-04 15:01:19 +00:00
<suppress >
<notes > < ![CDATA[
False positive for jackrabbit-webdav-2.21.15.jar. This component is not affected, see https://lists.apache.org/thread/j03b3qdhborc2jrhdc4d765d3jkh8bfw
]]></notes>
<packageUrl regex= "true" > ^pkg:maven/org\.apache\.jackrabbit/jackrabbit\-webdav@.*$</packageUrl>
<cve > CVE-2023-37895</cve>
</suppress>
2023-06-19 20:31:50 +00:00
</suppressions>