Skip to content

Commit

Permalink
Add dependency-check suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Feb 27, 2024
1 parent 395c8bb commit eb28828
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/config/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (c) 2022, 2023, Oracle and/or its affiliates.
Copyright (c) 2022, 2024, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
-->
Expand Down Expand Up @@ -88,7 +88,12 @@
]]></notes>
<vulnerabilityName>CVE-2023-6378</vulnerabilityName>
</suppress>

<suppress>
<notes><![CDATA[
Spring / Spring Boot (Sample).
]]></notes>
<vulnerabilityName>CVE-2024-22243</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
logback-core-1.2.12.jar, should be addressed with next Spring Boot release (Dec 21, 2023)
Expand Down

0 comments on commit eb28828

Please sign in to comment.