-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove CVEs * Adding & Upgrading dependencies * Adding dependencies * Upgrading dependencies * Adding CVEs to suppressions.xml * Add CVE to suppressions.xml * Upgrade dependencies
- Loading branch information
Showing
7 changed files
with
17 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2024-10-18"> | ||
<suppress> | ||
<cve>CVE-2023-39017</cve> | ||
<cve>CVE-2023-6378</cve> | ||
<cve>CVE-2022-45688</cve> | ||
<cve>CVE-2024-23446</cve> | ||
<cve>CVE-2024-22257</cve> | ||
<cve>CVE-2023-5072</cve> | ||
<cve>CVE-2023-33202</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: commons-fileupload-1.4.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/commons\-fileupload/commons\-fileupload@.*$</packageUrl> | ||
<cve>CVE-2023-24998</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: guava-30.1.1-jre.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2023-2976</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: guava-30.1.1-jre.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2020-8908</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: guava-31.1-jre.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2023-2976</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: guava-31.1-jre.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2020-8908</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: jose4j-0.7.7.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.bitbucket\.b_c/jose4j@.*$</packageUrl> | ||
<cve>CVE-2023-31582</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: launchdarkly-java-server-sdk-6.1.0.jar (shaded: com.google.guava:guava:30.1-jre) | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2023-2976</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: snakeyaml-1.33.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl> | ||
<cve>CVE-2022-1471</cve> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters