-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add support for deserializing zoned expressions (#153)
* fix: add support for deserializing zoned expressions * chore: suppression update
- Loading branch information
1 parent
beeb208
commit 6b980ed
Showing
3 changed files
with
29 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,7 @@ | |
<cpe>cpe:/a:grpc:grpc</cpe> | ||
<cpe>cpe:/a:utils_project:utils</cpe> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: graphql-java-annotations-9.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl> | ||
<cpe>cpe:/a:graphql-java:graphql-java</cpe> | ||
</suppress> | ||
<suppress until="2023-11-30Z"> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
This vulnerability is disputed, with the argument that SSL configuration is the responsibility of the client rather | ||
than the transport. The change in default is under consideration for the next major Netty release, revisit then. | ||
|
@@ -27,7 +20,7 @@ | |
<packageUrl regex="true">^pkg:maven/io\.netty/netty.*@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2023-4586</vulnerabilityName> | ||
</suppress> | ||
<suppress until="2023-11-30Z"> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
This CVE is declared fixed from 9.4.52, but the vuln db is not reflecting that. Suppress that specific version until | ||
db is updated. | ||
|
@@ -37,7 +30,7 @@ | |
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\[email protected]\..*$</packageUrl> | ||
<vulnerabilityName>CVE-2023-36479</vulnerabilityName> | ||
</suppress> | ||
<suppress until="2023-11-30Z"> | ||
<suppress until="2023-12-31Z"> | ||
<notes><![CDATA[ | ||
file name: jackson-databind-2.15.2.jar | ||
]]></notes> | ||
|