xxubai opened a new issue, #11795: URL: https://github.com/apache/gravitino/issues/11795
### What would you like to be improved? The Docker image dependency script bundles PostgreSQL JDBC driver `42.7.0`. A Trivy scan of `apache/gravitino:1.3.0-rc6` reports CRITICAL `CVE-2024-1597` for `/opt/gravitino/jdbc-drivers/postgresql-42.7.0.jar`. This bundled driver is downloaded directly by the Docker helper script, so it is not controlled by `gradle/libs.versions.toml`, which already uses PostgreSQL JDBC `42.7.11`. ### How should we improve? Upgrade the bundled PostgreSQL JDBC driver downloads from `42.7.0` to `42.7.11` in the Gravitino Docker helper, Trino Docker/test helper, integration test helper, and documentation. -- 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]
