DebajitKumarPhukan commented on issue #26403: URL: https://github.com/apache/beam/issues/26403#issuecomment-1779755921
@Abacn FYI, below "critical" vulnerabilities still exist and are getting blocked by JFrog XRay scans. [org.yaml:snakeyaml:1.24](https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.24) [com.fasterxml.jackson.core:jackson-databind:2.10.0](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.10.0) **Apache Beam SQL Extension Version** ``` <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-extensions-sql</artifactId> <version>2.51.0</version> </dependency> ``` **Which Internally Uses Below Version** ``` <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-vendor-calcite-1_28_0</artifactId> <version>0.2</version> </dependency> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
