Skip to content
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): update dependency sqlparse to v0.4.4 [security] #158

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlparse (changelog) ==0.4.3 -> ==0.4.4 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-30608

Impact

The SQL parser contains a regular expression that is vulnerable to ReDoS (Regular Expression Denial of Service). The vulnerability may lead to Denial of Service (DoS).

Patches

This issues has been fixed in sqlparse 0.4.4.

Workarounds

None.

References

This issue was discovered and reported by GHSL team member @​erik-krogh (Erik Krogh Kristensen).

  • Commit that introduced the vulnerability: e75e35869473832a1eb67772b1adfee2db11b85a

Release Notes

andialbrecht/sqlparse (sqlparse)

v0.4.4

Compare Source

Notable Changes

  • IMPORTANT: This release fixes a security vulnerability in the
    parser where a regular expression vulnerable to ReDOS (Regular
    Expression Denial of Service) was used. See the security advisory
    for details: GHSA-rrm6-wvj7-cwh2
    The vulnerability was discovered by @​erik-krogh from GitHub
    Security Lab (GHSL). Thanks for reporting!

Bug Fixes

  • Revert a change from 0.4.0 that changed IN to be a comparison (issue694).
    The primary expectation is that IN is treated as a keyword and not as a
    comparison operator. That also follows the definition of reserved keywords
    for the major SQL syntax definitions.
  • Fix regular expressions for string parsing.

Other

  • sqlparse now uses pyproject.toml instead of setup.cfg (issue685).

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the deps Renovate PRs label Apr 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency sqlparse to v0.4.4 [security] chore(deps): update dependency sqlparse to v0.4.4 [security] - autoclosed May 5, 2023
@renovate renovate bot closed this May 5, 2023
@renovate renovate bot deleted the renovate/pypi-sqlparse-vulnerability branch May 5, 2023 03:27
@renovate renovate bot changed the title chore(deps): update dependency sqlparse to v0.4.4 [security] - autoclosed chore(deps): update dependency sqlparse to v0.4.4 [security] May 5, 2023
@renovate renovate bot reopened this May 5, 2023
@renovate renovate bot restored the renovate/pypi-sqlparse-vulnerability branch May 5, 2023 05:55
@renovate renovate bot force-pushed the renovate/pypi-sqlparse-vulnerability branch from 7761c44 to f5c45a5 Compare May 5, 2023 05:56
@renovate renovate bot changed the title chore(deps): update dependency sqlparse to v0.4.4 [security] chore(deps): update dependency sqlparse to v0.4.4 [security] - autoclosed May 24, 2023
@renovate renovate bot closed this May 24, 2023
@renovate renovate bot deleted the renovate/pypi-sqlparse-vulnerability branch May 24, 2023 01:31
@renovate renovate bot changed the title chore(deps): update dependency sqlparse to v0.4.4 [security] - autoclosed chore(deps): update dependency sqlparse to v0.4.4 [security] May 24, 2023
@renovate renovate bot reopened this May 24, 2023
@renovate renovate bot restored the renovate/pypi-sqlparse-vulnerability branch May 24, 2023 04:07
@renovate renovate bot force-pushed the renovate/pypi-sqlparse-vulnerability branch from f5c45a5 to 91aa7ba Compare May 24, 2023 04:07
@renovate renovate bot force-pushed the renovate/pypi-sqlparse-vulnerability branch from 91aa7ba to 3b12ece Compare June 2, 2023 18:20
@renovate renovate bot force-pushed the renovate/pypi-sqlparse-vulnerability branch 2 times, most recently from 2fdb53e to 4cfc115 Compare July 31, 2023 17:00
@renovate renovate bot force-pushed the renovate/pypi-sqlparse-vulnerability branch from 4cfc115 to 2237d93 Compare July 31, 2023 19:24
@mattem mattem closed this Jul 31, 2023
@mattem mattem deleted the renovate/pypi-sqlparse-vulnerability branch July 31, 2023 19:25
@renovate
Copy link
Contributor Author

renovate bot commented Jul 31, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.4.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Renovate PRs
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant