-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend suppression of guava-31.1-jre and jackson-databind-2.15.2
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,35 @@ | ||
<?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> | ||
</suppressions> |
1709c61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes https://github.com/moderneinc/dependency-vulnerability-reports/issues/551