This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CWA-Parent to Spring Boot 3 and JDK 17 (#13)
* Update to Spring Boot 3 * Update to Spring Boot 3 * Update Dependencies * Update CI Jobs to Java 17 * Update Readme * Update OWASP Exclusions * Update OWASP Exclusions
- Loading branch information
Showing
8 changed files
with
72 additions
and
134 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
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,36 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
|
||
<suppress> | ||
<notes>CVE is matching for Spring Security 5.3.x, but we have 5.7.x</notes> | ||
<cve>CVE-2020-5408</cve> | ||
</suppress> | ||
|
||
<suppress> | ||
<notes>CVE is matching for Spring Framework up to 5.3.20, but we have 5.3.21</notes> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
|
||
<suppress> | ||
<notes>False Positive matches</notes> | ||
<cve>CVE-2022-31514</cve> | ||
<cve>CVE-2022-2393</cve> | ||
<notes>Both CVE are matching for eclipse ide</notes> | ||
<cve>CVE-2008-7271</cve> | ||
<cve>CVE-2010-4647</cve> | ||
</suppress> | ||
|
||
<suppress> | ||
<notes>SnakeYML False Positive Matcher (CVE is up to 1.32, but also matches for 1.33)</notes> | ||
<cve>CVE-2022-38752</cve> | ||
<notes>no YAML content from users is parsed within this service</notes> | ||
<cve>CVE-2022-1471</cve> | ||
</suppress> | ||
|
||
<suppress> | ||
<notes>This CVE is only affecting Keycloak Server not the Lib. (https://bugzilla.redhat.com/show_bug.cgi?id=2141404)</notes> | ||
<cve>CVE-2022-3916</cve> | ||
<notes>H2 is only used for testing, not production</notes> | ||
<cve>CVE-2022-45868</cve> | ||
</suppress> | ||
|
||
<suppress> | ||
<notes>The affected libs are just used for unit-testing.</notes> | ||
<cve>CVE-2022-31690</cve> | ||
<cve>CVE-2022-31692</cve> | ||
<notes>False positive. CVE is matching for hutools. OWASP Check matches for json-lib</notes> | ||
<cve>CVE-2022-45688</cve> | ||
</suppress> | ||
|
||
</suppressions> |
Oops, something went wrong.