Skip to content

Commit

Permalink
Update Changelog and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Sep 10, 2021
1 parent 8238a9e commit 3eec44e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Development Version
-------------------
Release 0.4.2 (Sep 10, 2021)
----------------------------

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.
The vulnerability was discovered by @erik-krogh and @yoff from
GitHub Security Lab (GHSL). Thanks for reporting!

Enhancements

Expand Down
2 changes: 1 addition & 1 deletion sqlparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from sqlparse import formatter


__version__ = '0.4.2.dev0'
__version__ = '0.4.2'
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']


Expand Down

0 comments on commit 3eec44e

Please sign in to comment.