Open olukas opened 1 year ago
Jet uses parquet-jackson in version 1.12.3 which shades com.fasterxml.jackson.core:jackson-databind:2.13.2.2 which includes following vulnerabilities:
parquet-jackson
1.12.3
com.fasterxml.jackson.core:jackson-databind:2.13.2.2
It's the same as https://github.com/hazelcast/hazelcast/issues/22407#issuecomment-1268404278
Fix is not possible for 4.5.4 - there is no version of parquet-java that fixes the vunerability. Previous versions are shading even more vunerable version of databind.
parquet-java
Jet uses
parquet-jackson
in version1.12.3
which shadescom.fasterxml.jackson.core:jackson-databind:2.13.2.2
which includes following vulnerabilities:It's the same as https://github.com/hazelcast/hazelcast/issues/22407#issuecomment-1268404278