paroxython icon indicating copy to clipboard operation
paroxython copied to clipboard

Update sqlparse to 0.4.2

Open pyup-bot opened this issue 2 years ago • 1 comments

This PR updates sqlparse from 0.4.1 to 0.4.2.

Changelog

0.4.2

----------------------------

Notable Changes

* IMPORTANT: This release fixes a security vulnerability in the
strip comments filter. In this filter a regular expression that was
vulnerable to ReDOS (Regular Expression Denial of Service) was
used. See the security advisory for details: https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-p5w8-wqhj-9hhf
The vulnerability was discovered by erik-krogh and yoff from
GitHub Security Lab (GHSL). Thanks for reporting!

Enhancements

* Add ELSIF as keyword (issue584).
* Add CONFLICT and ON_ERROR_STOP keywords (pr595, by j-martin).

Bug Fixes

* Fix parsing of backticks (issue588).
* Fix parsing of scientific number (issue399).
Links
  • PyPI: https://pypi.org/project/sqlparse
  • Changelog: https://pyup.io/changelogs/sqlparse/
  • Repo: https://github.com/andialbrecht/sqlparse

pyup-bot avatar Sep 10 '21 10:09 pyup-bot

Codecov Report

Merging #97 (ff6a33e) into master (4626798) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #97   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         1285      1285           
=========================================
  Hits          1285      1285           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4626798...ff6a33e. Read the comment docs.

codecov[bot] avatar Sep 10 '21 10:09 codecov[bot]

Closing this in favor of #126

pyup-bot avatar Sep 23 '22 23:09 pyup-bot