forked from pool/python-sqlparse
302070b8d2c9b0a552a904cc8d5ba13a93ce205e0fe7e2d2d3674cc6edc10b01
* 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 (CVE-2023-30608, bsc#1210617, https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-rrm6-wvj7-cwh2) The vulnerability was discovered by @erik-krogh from GitHub Security Lab (GHSL). Thanks for reporting! * 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. * sqlparse now uses pyproject.toml instead of setup.cfg (issue685). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=29
Description
No description provided
Languages
RPM Spec
100%