-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update grpc, jackson and framework versions (#16)
- Loading branch information
1 parent
03f307d
commit 2a2f83c
Showing
2 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,6 @@ | |
<cpe>cpe:/a:service_project:service</cpe> | ||
<cpe>cpe:/a:processing:processing</cpe> | ||
</suppress> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
Doesn't appear to be a real vulnerability, jackson maintainers discuss at https://github.com/FasterXML/jackson-databind/issues/3973 | ||
Revisit when suppression expires | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ | ||
</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
This vulnerability is disputed, with the argument that SSL configuration is the responsibility of the client rather | ||
|
@@ -41,4 +32,13 @@ | |
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\[email protected]\..*$</packageUrl> | ||
<vulnerabilityName>CVE-2023-36479</vulnerabilityName> | ||
</suppress> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
This CVE (rapid RST) is already mitigated as our servers aren't directly exposed, but it's also | ||
addressed in 1.59.1, which the CVE doesn't reflect (not all grpc impls versions are exactly aligned). | ||
Ref: https://github.com/grpc/grpc-java/pull/10675 | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-.*@.*$</packageUrl> | ||
<cve>CVE-2023-44487</cve> | ||
</suppress> | ||
</suppressions> |