sqlparse 0.4.2-1ubuntu0.23.04.1 source package in Ubuntu
Changelog
sqlparse (0.4.2-1ubuntu0.23.04.1) lunar-security; urgency=medium * SECURITY UPDATE: ReDoS - debian/patches/CVE-2023-30608.patch: remove unnecessary parts in regex for bad escaping in sqlparse/keywords.py. - CVE-2023-30608 -- Leonidas Da Silva Barbosa <email address hidden> Thu, 04 May 2023 09:30:46 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | updates | main | python | |
Lunar | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sqlparse_0.4.2.orig.tar.gz | 66.2 KiB | 0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae |
sqlparse_0.4.2.orig.tar.gz.asc | 488 bytes | 728ea6ce0d5dbbef9114509f3dc1b9e98156d0fc1d1b9fa30199e60ce021fbc6 |
sqlparse_0.4.2-1ubuntu0.23.04.1.debian.tar.xz | 7.6 KiB | 0a4e765630327631f5212f1b9474460081676c225f1f115fc4916fbfab514540 |
sqlparse_0.4.2-1ubuntu0.23.04.1.dsc | 2.5 KiB | c50674b90f1642758f67ecb8b3bb2cc419f858083717cabbcdb52913cfa9d87d |
Available diffs
Binary packages built by this source
- python-sqlparse-doc: documentation for non-validating SQL parser in Python
Sqlparse is a library which provides support for parsing, splitting and
customizable formatting of SQL statements in Python environment.
.
This package contains HTML documentation for provided module.
- python3-sqlparse: non-validating SQL parser for Python 3
Sqlparse is a library which provides support for parsing, splitting and
customizable formatting of SQL statements in Python environment.
.
This is the Python 3 version of the package.
- sqlformat: SQL formatting utility
The sqlformat command-line tool can be used to reformat SQL file according to
specified options or prepare a snippet in some programming language (only
Python and PHP currently supported).