Skip to content

Commit

Permalink
Merge pull request #58 from openrewrite/09-25-2024-vulnerability-report
Browse files Browse the repository at this point in the history
update suppressions for 09-25-2024 vulnerability report
  • Loading branch information
natedanner authored Oct 1, 2024
2 parents f28959e + 557a471 commit c236d9c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/main/resources/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: poi-3.16.jar
sev: HIGH
Expand All @@ -11,15 +11,15 @@
<cve>CVE-2019-12415</cve>
<cve>CVE-2022-26336</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-gradle-8.35.0-SNAPSHOT.jar: gradle-core-api-6.1.1.jar
We need to support older gradle versions to be able to migrate away from them.
]]></notes>
<sha1>4da65dfe7b47b63368629a7a687c17e54c2d4dfc</sha1>
<cpe>cpe:/a:gradle:gradle</cpe>
</suppress>
<suppress until="2024-10-16Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-gradle-8.9.0-SNAPSHOT.jar: gradle-testing-base-6.1.1.jar, gradle-testing-jvm-6.1.1.jar, gradle-resources-6.1.1.jar, gradle-messaging-6.1.1.jar, gradle-logging-6.1.1.jar, gradle-native-6.1.1.jar, gradle-core-api-6.1.1.jar
sev: HIGH
Expand All @@ -34,7 +34,7 @@
<cve>CVE-2021-32751</cve>
<cve>CVE-2021-29427</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-gradle-8.9.0-SNAPSHOT.jar: gradle-enterprise-gradle-plugin-3.13.4.jar
sev: HIGH
Expand All @@ -60,7 +60,7 @@
<cve>CVE-2023-44387</cve>
<cve>CVE-2023-49238</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-gradle-8.34.0-SNAPSHOT.jar: develocity-gradle-plugin-3.17.6.jar: junit-platform-engine-1.10.3.jar
]]></notes>
Expand All @@ -79,7 +79,7 @@
<cve>CVE-2023-35946</cve>
<cve>CVE-2023-42445</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-jenkins-0.11.0-SNAPSHOT.jar
sev: HIGH
Expand All @@ -91,7 +91,7 @@
<cve>CVE-2023-46650</cve>
<cve>CVE-2022-36885</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-openapi-0.6.0-SNAPSHOT.jar
sev: HIGH
Expand All @@ -100,7 +100,7 @@
<packageUrl regex="true">^pkg:maven/org\.openrewrite\.recipe/rewrite-openapi@.*$</packageUrl>
<cve>CVE-2022-24863</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: spring-*.jar
sev: CRITICAL
Expand All @@ -121,17 +121,17 @@
<cve>CVE-2024-22262</cve>
<cve>CVE-2024-38809</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: guava-31.1-jre.jar
sev: HIGH
file name: guava-31.1-jre.jar
sev: HIGH
reason: False positive. Not referenced
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<cve>CVE-2023-2976</cve>
<cve>CVE-2020-8908</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: snakeyaml-1.33.jar
Severity: HIGH
Expand All @@ -140,19 +140,19 @@
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: org.eclipse.jgit-4.4.1.201607150455-r.jar
sev: High
reason: dependencies of refaster.
]]></notes>
file name: org.eclipse.jgit-4.4.1.201607150455-r.jar
sev: High
reason: dependencies of refaster.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit@.*$</packageUrl>
<vulnerabilityName>CVE-2023-4759</vulnerabilityName>
</suppress>
<suppress until="2024-09-25Z">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: protobuf-java-3.19.2.jar
]]></notes>
file name: protobuf-java-3.19.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf-java@.*$</packageUrl>
<cve>CVE-2022-3171</cve>
<cve>CVE-2022-3509</cve>
Expand Down

0 comments on commit c236d9c

Please sign in to comment.