-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into kunli/kotlin-autodetect
- Loading branch information
Showing
7 changed files
with
42 additions
and
23 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,27 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2023-08-21Z"> | ||
<suppress until="2023-10-06Z"> | ||
<notes><![CDATA[ | ||
file name: jackson-databind-2.15.2.jar | ||
This is not a really valid CVE and not really exploitable as Java code needs to be modified: https://github.com/FasterXML/jackson-databind/issues/3972 | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress until="2023-08-21Z"> | ||
<suppress until="2023-10-06Z"> | ||
<notes><![CDATA[ | ||
file name: jackson-databind-2.15.2.jar | ||
The CVE https://nvd.nist.gov/vuln/detail/CVE-2019-3826 does not actually pertain to the Micrometer Prometheus client, but Prometheus itself | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/io\.micrometer\.prometheus/prometheus\-rsocket\-client@.*$</packageUrl> | ||
<cve>CVE-2019-3826</cve> | ||
</suppress> | ||
<suppress until="2023-08-28Z"> | ||
<suppress until="2023-10-06Z"> | ||
<notes><![CDATA[ | ||
file name: guava-31.1-jre.jar | ||
Reverted in https://github.com/openrewrite/rewrite-python/commit/f487df7dabb8588ae2edb17e31ff7b8ba3ffc133 because Guava 32 introduces gradle module metadata which causes downstream breakage in build plugins. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/[email protected]$</packageUrl> | ||
<cve>CVE-2023-2976</cve> | ||
</suppress> | ||
<suppress until="2023-10-06Z"> | ||
<notes><![CDATA[ | ||
file name: guava-31.1-jre.jar | ||
Reverted in https://github.com/openrewrite/rewrite-python/commit/f487df7dabb8588ae2edb17e31ff7b8ba3ffc133 because Guava 32 introduces gradle module metadata which causes downstream breakage in build plugins. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl> | ||
<cve>CVE-2020-8908</cve> | ||
</suppress> | ||
<suppress until="2024-12-13Z"> | ||
<notes><![CDATA[ | ||
file name: rewrite-core-8.6.0-SNAPSHOT.jar (shaded: org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r) | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2023-4759</vulnerabilityName> | ||
</suppress> | ||
</suppressions> |