mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 22:26:02 +00:00
Merge branch 'develop' into feature/mount-provider
# Conflicts: # .github/workflows/appimage.yml # .github/workflows/mac-dmg.yml # .github/workflows/win-exe.yml # pom.xml # src/main/java/org/cryptomator/common/vaults/WebDavVolume.java # src/main/java/org/cryptomator/ui/traymenu/AwtTrayMenuController.java
This commit is contained in:
+3
-1
@@ -35,13 +35,15 @@
|
||||
<cve>CVE-2022-25366</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- Apache Commons-cli false positives below -->
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
False positive for commons-cli due, see https://github.com/jeremylong/DependencyCheck/pull/4148
|
||||
]]></notes>
|
||||
<gav regex="true">^commons\-cli:commons\-cli:.*$</gav>
|
||||
<cpe>cpe:/a:apache:james</cpe>
|
||||
<!-- while we are at it exclude also this fp -->
|
||||
<!-- while we are at it exclude also these fp -->
|
||||
<cpe>cpe:/a:spirit-project:spirit</cpe>
|
||||
<cpe>cpe:/a:apache:commons_net</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user