-
Notifications
You must be signed in to change notification settings - Fork 270
Commit 5aab8d4
authored
Bump sqlparse from 0.4.3 to 0.4.4 in /examples/stacks/django (#940)
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to
0.4.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG">sqlparse's
changelog</a>.</em></p>
<blockquote>
<h2>Release 0.4.4 (Apr 18, 2023)</h2>
<p>Notable Changes</p>
<ul>
<li>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: <a
href="https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-rrm6-wvj7-cwh2">https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-rrm6-wvj7-cwh2</a>
The vulnerability was discovered by <a
href="https://github.com/erik-krogh"><code>@erik-krogh</code></a> from
GitHub
Security Lab (GHSL). Thanks for reporting!</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>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.</li>
<li>Fix regular expressions for string parsing.</li>
</ul>
<p>Other</p>
<ul>
<li>sqlparse now uses pyproject.toml instead of setup.cfg
(issue685).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/647d1457acf7d88614215841eb15d423df2a1895"><code>647d145</code></a>
Update Changelog.</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/58dae6fcd2a51209aeccd4fff3b923bf37714e19"><code>58dae6f</code></a>
Bump version.</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/d9d69f47ed13a583c81473211f44ae320470a58b"><code>d9d69f4</code></a>
Removed test file</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/64bb91f4880b46f73b4cc9207ae9ccc180d56d1b"><code>64bb91f</code></a>
Testing branch</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/c457abd5f097dd13fb21543381e7cfafe7d31cfb"><code>c457abd</code></a>
Remove unnecessary parts in regex for bad escaping.</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/b949fdf9a1538f98b57612bef6306fc38f32aaf7"><code>b949fdf</code></a>
CI: Use codecov action.</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/fc76056fb8f0ec713a3f2a2b6206a3336932c382"><code>fc76056</code></a>
Cleanup regex for detecting keywords (fixes <a
href="https://redirect.github.com/andialbrecht/sqlparse/issues/709">#709</a>).</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/7fdb2da82d51a9a02baaefb5c7fe5cbbaac4329e"><code>7fdb2da</code></a>
Merge pull request <a
href="https://redirect.github.com/andialbrecht/sqlparse/issues/633">#633</a>
from shikanime/master</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/dd9d5b91d7aa30e4a000d5370f09dc99378891dc"><code>dd9d5b9</code></a>
Fix get_type with comments between WITH keyword</li>
<li><a
href="https://github.com/andialbrecht/sqlparse/commit/907fb496f90f2719095a1f01fe24db1e5c0e15a8"><code>907fb49</code></a>
change singleton behavior</li>
<li>Additional commits viewable in <a
href="https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.4.4">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 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/jetpack-io/devbox/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7466165 commit 5aab8d4Copy full SHA for 5aab8d4
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- examples/stacks/django
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: examples/stacks/django/requirements.txt
examples/stacks/django/requirements.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments