-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.2 #1479
Merged
J0
merged 1 commit into
master
from
dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2
Mar 12, 2024
Merged
chore(deps): bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.2 #1479
J0
merged 1 commit into
master
from
dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2
Mar 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.2. - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.17.2...v4.18.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
J0
approved these changes
Mar 12, 2024
uxodb
pushed a commit
to uxodb/auth
that referenced
this pull request
Nov 13, 2024
…base#1479) Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md">github.com/jackc/pgx/v4's changelog</a>.</em></p> <blockquote> <h1>4.18.2 (March 4, 2024)</h1> <p>Fix CVE-2024-27289</p> <p>SQL injection can occur when all of the following conditions are met:</p> <ol> <li>The non-default simple protocol is used.</li> <li>A placeholder for a numeric value must be immediately preceded by a minus.</li> <li>There must be a second placeholder for a string value after the first placeholder; both must be on the same line.</li> <li>Both parameter values must be user-controlled.</li> </ol> <p>Thanks to Paul Gerste for reporting this issue.</p> <p>Fix CVE-2024-27304</p> <p>SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control.</p> <p>Thanks to Paul Gerste for reporting this issue.</p> <ul> <li>Fix *dbTx.Exec not checking if it is already closed</li> </ul> <h1>4.18.1 (February 27, 2023)</h1> <ul> <li>Fix: Support pgx v4 and v5 stdlib in same program (Tomáš Procházka)</li> </ul> <h1>4.18.0 (February 11, 2023)</h1> <ul> <li>Upgrade pgconn to v1.14.0</li> <li>Upgrade pgproto3 to v2.3.2</li> <li>Upgrade pgtype to v1.14.0</li> <li>Fix query sanitizer when query text contains Unicode replacement character</li> <li>Fix context with value in BeforeConnect (David Harju)</li> <li>Support pgx v4 and v5 stdlib in same program (Vitalii Solodilov)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/14690df4c533758df97f7cc561cb9062155045c6"><code>14690df</code></a> Update changelog</li> <li><a href="https://github.com/jackc/pgx/commit/779548e1f725060db4f4fc528325d7304aa34f93"><code>779548e</code></a> Update required Go version to 1.17</li> <li><a href="https://github.com/jackc/pgx/commit/80e96622d64b9c4dcc7d78a2200c8eade1713118"><code>80e9662</code></a> Update github.com/jackc/pgconn to v1.14.3</li> <li><a href="https://github.com/jackc/pgx/commit/0bf9ac391c87b05d3c44cf0bbc43b9556761bc64"><code>0bf9ac3</code></a> Fix erroneous test case</li> <li><a href="https://github.com/jackc/pgx/commit/f94eb0e2f96782042c96801b5ac448f44f0a81df"><code>f94eb0e</code></a> Always wrap arguments in parentheses in the SQL sanitizer</li> <li><a href="https://github.com/jackc/pgx/commit/826a89229b8b1cdf18e4190afa437d3df9901b9c"><code>826a892</code></a> Fix SQL injection via line comment creation in simple protocol</li> <li><a href="https://github.com/jackc/pgx/commit/7d882f9aa7b33f88fcf9da6b795685c5821950fd"><code>7d882f9</code></a> Fix *dbTx.Exec not checking if it is already closed</li> <li><a href="https://github.com/jackc/pgx/commit/1d07b8b939810f2417b6c2010acac08d64be6e7d"><code>1d07b8b</code></a> go mod tidy</li> <li><a href="https://github.com/jackc/pgx/commit/13468eb321a0bacbb0cbdfddb1ea1d62e68e0652"><code>13468eb</code></a> Release v4.18.1</li> <li><a href="https://github.com/jackc/pgx/commit/7fed69b9540b7725f38abae5759a0cc98c541048"><code>7fed69b</code></a> simplify duplicate <code>pgx</code> registration guard</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v4.17.2...v4.18.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/supabase/gotrue/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
LashaJini
pushed a commit
to LashaJini/auth
that referenced
this pull request
Nov 13, 2024
…base#1479) Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md">github.com/jackc/pgx/v4's changelog</a>.</em></p> <blockquote> <h1>4.18.2 (March 4, 2024)</h1> <p>Fix CVE-2024-27289</p> <p>SQL injection can occur when all of the following conditions are met:</p> <ol> <li>The non-default simple protocol is used.</li> <li>A placeholder for a numeric value must be immediately preceded by a minus.</li> <li>There must be a second placeholder for a string value after the first placeholder; both must be on the same line.</li> <li>Both parameter values must be user-controlled.</li> </ol> <p>Thanks to Paul Gerste for reporting this issue.</p> <p>Fix CVE-2024-27304</p> <p>SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control.</p> <p>Thanks to Paul Gerste for reporting this issue.</p> <ul> <li>Fix *dbTx.Exec not checking if it is already closed</li> </ul> <h1>4.18.1 (February 27, 2023)</h1> <ul> <li>Fix: Support pgx v4 and v5 stdlib in same program (Tomáš Procházka)</li> </ul> <h1>4.18.0 (February 11, 2023)</h1> <ul> <li>Upgrade pgconn to v1.14.0</li> <li>Upgrade pgproto3 to v2.3.2</li> <li>Upgrade pgtype to v1.14.0</li> <li>Fix query sanitizer when query text contains Unicode replacement character</li> <li>Fix context with value in BeforeConnect (David Harju)</li> <li>Support pgx v4 and v5 stdlib in same program (Vitalii Solodilov)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/14690df4c533758df97f7cc561cb9062155045c6"><code>14690df</code></a> Update changelog</li> <li><a href="https://github.com/jackc/pgx/commit/779548e1f725060db4f4fc528325d7304aa34f93"><code>779548e</code></a> Update required Go version to 1.17</li> <li><a href="https://github.com/jackc/pgx/commit/80e96622d64b9c4dcc7d78a2200c8eade1713118"><code>80e9662</code></a> Update github.com/jackc/pgconn to v1.14.3</li> <li><a href="https://github.com/jackc/pgx/commit/0bf9ac391c87b05d3c44cf0bbc43b9556761bc64"><code>0bf9ac3</code></a> Fix erroneous test case</li> <li><a href="https://github.com/jackc/pgx/commit/f94eb0e2f96782042c96801b5ac448f44f0a81df"><code>f94eb0e</code></a> Always wrap arguments in parentheses in the SQL sanitizer</li> <li><a href="https://github.com/jackc/pgx/commit/826a89229b8b1cdf18e4190afa437d3df9901b9c"><code>826a892</code></a> Fix SQL injection via line comment creation in simple protocol</li> <li><a href="https://github.com/jackc/pgx/commit/7d882f9aa7b33f88fcf9da6b795685c5821950fd"><code>7d882f9</code></a> Fix *dbTx.Exec not checking if it is already closed</li> <li><a href="https://github.com/jackc/pgx/commit/1d07b8b939810f2417b6c2010acac08d64be6e7d"><code>1d07b8b</code></a> go mod tidy</li> <li><a href="https://github.com/jackc/pgx/commit/13468eb321a0bacbb0cbdfddb1ea1d62e68e0652"><code>13468eb</code></a> Release v4.18.1</li> <li><a href="https://github.com/jackc/pgx/commit/7fed69b9540b7725f38abae5759a0cc98c541048"><code>7fed69b</code></a> simplify duplicate <code>pgx</code> registration guard</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v4.17.2...v4.18.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/supabase/gotrue/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
LashaJini
pushed a commit
to LashaJini/auth
that referenced
this pull request
Nov 15, 2024
…base#1479) Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md">github.com/jackc/pgx/v4's changelog</a>.</em></p> <blockquote> <h1>4.18.2 (March 4, 2024)</h1> <p>Fix CVE-2024-27289</p> <p>SQL injection can occur when all of the following conditions are met:</p> <ol> <li>The non-default simple protocol is used.</li> <li>A placeholder for a numeric value must be immediately preceded by a minus.</li> <li>There must be a second placeholder for a string value after the first placeholder; both must be on the same line.</li> <li>Both parameter values must be user-controlled.</li> </ol> <p>Thanks to Paul Gerste for reporting this issue.</p> <p>Fix CVE-2024-27304</p> <p>SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control.</p> <p>Thanks to Paul Gerste for reporting this issue.</p> <ul> <li>Fix *dbTx.Exec not checking if it is already closed</li> </ul> <h1>4.18.1 (February 27, 2023)</h1> <ul> <li>Fix: Support pgx v4 and v5 stdlib in same program (Tomáš Procházka)</li> </ul> <h1>4.18.0 (February 11, 2023)</h1> <ul> <li>Upgrade pgconn to v1.14.0</li> <li>Upgrade pgproto3 to v2.3.2</li> <li>Upgrade pgtype to v1.14.0</li> <li>Fix query sanitizer when query text contains Unicode replacement character</li> <li>Fix context with value in BeforeConnect (David Harju)</li> <li>Support pgx v4 and v5 stdlib in same program (Vitalii Solodilov)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/14690df4c533758df97f7cc561cb9062155045c6"><code>14690df</code></a> Update changelog</li> <li><a href="https://github.com/jackc/pgx/commit/779548e1f725060db4f4fc528325d7304aa34f93"><code>779548e</code></a> Update required Go version to 1.17</li> <li><a href="https://github.com/jackc/pgx/commit/80e96622d64b9c4dcc7d78a2200c8eade1713118"><code>80e9662</code></a> Update github.com/jackc/pgconn to v1.14.3</li> <li><a href="https://github.com/jackc/pgx/commit/0bf9ac391c87b05d3c44cf0bbc43b9556761bc64"><code>0bf9ac3</code></a> Fix erroneous test case</li> <li><a href="https://github.com/jackc/pgx/commit/f94eb0e2f96782042c96801b5ac448f44f0a81df"><code>f94eb0e</code></a> Always wrap arguments in parentheses in the SQL sanitizer</li> <li><a href="https://github.com/jackc/pgx/commit/826a89229b8b1cdf18e4190afa437d3df9901b9c"><code>826a892</code></a> Fix SQL injection via line comment creation in simple protocol</li> <li><a href="https://github.com/jackc/pgx/commit/7d882f9aa7b33f88fcf9da6b795685c5821950fd"><code>7d882f9</code></a> Fix *dbTx.Exec not checking if it is already closed</li> <li><a href="https://github.com/jackc/pgx/commit/1d07b8b939810f2417b6c2010acac08d64be6e7d"><code>1d07b8b</code></a> go mod tidy</li> <li><a href="https://github.com/jackc/pgx/commit/13468eb321a0bacbb0cbdfddb1ea1d62e68e0652"><code>13468eb</code></a> Release v4.18.1</li> <li><a href="https://github.com/jackc/pgx/commit/7fed69b9540b7725f38abae5759a0cc98c541048"><code>7fed69b</code></a> simplify duplicate <code>pgx</code> registration guard</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v4.17.2...v4.18.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/supabase/gotrue/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/jackc/pgx/v4 from 4.17.2 to 4.18.2.
Changelog
Sourced from github.com/jackc/pgx/v4's changelog.
Commits
14690df
Update changelog779548e
Update required Go version to 1.1780e9662
Update github.com/jackc/pgconn to v1.14.30bf9ac3
Fix erroneous test casef94eb0e
Always wrap arguments in parentheses in the SQL sanitizer826a892
Fix SQL injection via line comment creation in simple protocol7d882f9
Fix *dbTx.Exec not checking if it is already closed1d07b8b
go mod tidy13468eb
Release v4.18.17fed69b
simplify duplicatepgx
registration guardDependabot 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 commands and options
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)You can disable automated security fix PRs for this repo from the Security Alerts page.