rich7420 opened a new pull request, #3994: URL: https://github.com/apache/ambari/pull/3994
## What changes were proposed in this pull request? This pull request updates the PostgreSQL JDBC driver dependency (org.postgresql:postgresql) from version 42.3.8 to 42.3.9 in the `pom.xml`. The update addresses a security vulnerability fixed in 42.3.9: Security Fix (CVE-2024-1597): In preferQueryMode=simple (non-default), a SQL injection vulnerability existed where a negative numeric parameter followed by a string parameter could generate a line comment, potentially leading to SQL injection. Version 42.3.9 resolves this issue by ensuring line comments are not generated in such cases. So no other functional or API changes were introduced between 42.3.8 and 42.3.9. ## How was this patch tested? Dependency Verification: Confirmed the updated version by running `mvn dependency:tree -Dincludes=org.postgresql | grep postgresql`, ensuring org.postgresql:postgresql is resolved to 42.3.9. Build Verification: Executed `mvn clean install -DskipTests` to verify that the build completes successfully with the updated dependency. Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. -- 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: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org