This PR suppresses CVE-2023-3635 for okio-fakefilesystem dependency, which is a compile-time dependency for software.amazon.glue:schema-registry-serde.
This PR has:
[x] been self-reviewed.
[ ] added documentation for new or modified features or behaviors.
[ ] a release note entry in the PR description.
[ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
[ ] added or updated version, license, or notice information in licenses.yaml
[ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
[ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
Description
This PR suppresses
CVE-2023-3635
forokio-fakefilesystem
dependency, which is a compile-time dependency forsoftware.amazon.glue:schema-registry-serde
.This PR has: