You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the deps could be updated due to the security vulnerability of the sqlparse version
We take a dependence on this package and our governed repositories scans for violations.
dependency sqlparse==0.2.4 as a security violation.
StripComments filter contains a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service)
The formatter function that strips comments from a SQL contains a regular expression that is vulnerable to ReDoS (Regular Expression Denial of Service). The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments.
Many of the core python packages used in this package are outdated, and breaking
mostall newpython 3.10
installations.Please update the requirements and the related python code.
# pip list --outdated Package Version Latest Type -------------- ------- ------ ----- cli-helpers 0.2.3 2.2.1 wheel Click 7.0 8.1.0 wheel prompt-toolkit 2.0.10 3.0.28 wheel sqlparse 0.2.4 0.4.2 wheel
Related issues:
#531
#484
The text was updated successfully, but these errors were encountered: