Skip to content

Commit

Permalink
Merge 23.11 to 23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Dec 5, 2023
2 parents 601eb03 + e523d51 commit bfb2057
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">

<!-- We do not include logback with our embedded tomcat distributions -->
<suppress>
<notes><![CDATA[
file name: logback-classic-1.2.12.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-classic@.*$</packageUrl>
<vulnerabilityName>CVE-2023-6378</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
file name: logback-core-1.2.12.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-core@.*$</packageUrl>
<vulnerabilityName>CVE-2023-6378</vulnerabilityName>
</suppress>

<!-- Prevent match against unrelated "rengine" at https://github.com/yogeshojha/rengine -->
<suppress>
<notes><![CDATA[
Expand Down

0 comments on commit bfb2057

Please sign in to comment.