dependabot[bot] opened a new pull request, #13292: URL: https://github.com/apache/camel/pull/13292
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/releases">org.postgresql:postgresql's releases</a>.</em></p> <blockquote> <h2>v42.7.2</h2> <h2>Security</h2> <p><a href="https://www.cve.org/CVERecord?id=CVE-2024-1597">CVE-2024-1597</a> and <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56">Security Advisory</a> addressed. The vulnerability occurs only in non-default <code>preferQueryMode=simple</code> mode and only if a negative place holder <code>-?</code> is used. See the security advisory for details</p> <h2>What's Changed</h2> <ul> <li>perf: avoid autoboxing bind indexes by <a href="https://github.com/bokken"><code>@bokken</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/1244">pgjdbc/pgjdbc#1244</a></li> <li>add: Add PasswordUtil for encrypting passwords client side by <a href="https://github.com/sehrope"><code>@sehrope</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3082">pgjdbc/pgjdbc#3082</a></li> <li>refactor: document that encodePassword will zero out the password array, and remove driver's default encodePassword by <a href="https://github.com/vlsi"><code>@vlsi</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3084">pgjdbc/pgjdbc#3084</a></li> <li>change: Use simple query for isValid. Using Extended query sends two messages by <a href="https://github.com/davecramer"><code>@davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3101">pgjdbc/pgjdbc#3101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.1...REL42.7.2">https://github.com/pgjdbc/pgjdbc/compare/REL42.7.1...REL42.7.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">org.postgresql:postgresql's changelog</a>.</em></p> <blockquote> <h2>[42.7.2] (2024-02-21 08:23:00 -0500)</h2> <h3>Security</h3> <ul> <li>security: SQL Injection via line comment generation, it is possible in <code>SimpleQuery</code> mode to generate a line comment by having a placeholder for a numeric with a <code>-</code> such as <code>-?</code>. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment. This has been fixed in this version fixes <a href="https://www.cve.org/CVERecord?id=CVE-2024-1597">CVE-2024-1597</a>. Reported by <a href="https://github.com/paul-gerste-sonarsource">Paul Gerste</a>. See the <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56">security advisory</a> for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.</li> </ul> <h3>Changed</h3> <ul> <li>fix: Use simple query for isValid. Using Extended query sends two messages checkConnectionQuery was never ever set or used, removed [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3101">#3101</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3101">pgjdbc/pgjdbc#3101</a>)</li> <li>perf: Avoid autoboxing bind indexes by <a href="https://github.com/bokken"><code>@bokken</code></a> in [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/1244">#1244</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/1244">pgjdbc/pgjdbc#1244</a>)</li> <li>refactor: Document that encodePassword will zero out the password array, and remove driver's default encodePassword by <a href="https://github.com/vlsi"><code>@vlsi</code></a> in [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3084">#3084</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3084">pgjdbc/pgjdbc#3084</a>)</li> </ul> <h3>Added</h3> <ul> <li>feat: Add PasswordUtil for encrypting passwords client side [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3082">#3082</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3082">pgjdbc/pgjdbc#3082</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/06abfb78a627277a580d4df825f210e96a4e14ee"><code>06abfb7</code></a> Merge pull request from GHSA-24rp-q3w6-vc56</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/93b0fcb2711d9c1e3a2a03134369738a02a58b40"><code>93b0fcb</code></a> Merge pull request from GHSA-24rp-q3w6-vc56</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/a4089461cacc5e6f0168ab95bf2ff7d253de8336"><code>a408946</code></a> Revert "WIP speed up getDate (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3108">#3108</a>)" (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3125">#3125</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/f5d6e3fa2739eb882e93e22451f0e3273733086b"><code>f5d6e3f</code></a> WIP speed up getDate (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3108">#3108</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4e6a501408164620b9c0edd57d953186ca4c1fa7"><code>4e6a501</code></a> chore(deps): update release-drafter/release-drafter action to v6</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0b903674098a12d39c8fbf21fd4883d5d020ab4f"><code>0b90367</code></a> chore(deps): update dependency gradle to v8.6</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4075f70f8820a524a7aab82b6356cefbd82c11cd"><code>4075f70</code></a> chore(deps): update oracle-actions/setup-java action to v1.3.3</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/8de5beb74e2916313fa82763013d716ceac6620f"><code>8de5beb</code></a> fix(deps): update junit5 monorepo to v5.10.2</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/6f741dd68eed5764f8da77726aae970d252f1120"><code>6f741dd</code></a> fix(deps): update dependency checkstyle to v10.13.0</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/07e05351d9030da470c9b48237d750261c85540f"><code>07e0535</code></a> fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...</li> <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.1...REL42.7.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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]
