sqlparse 0.2.4-0.1ubuntu0.1 source package in Ubuntu
Changelog
sqlparse (0.2.4-0.1ubuntu0.1) bionic-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 10:38:26 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | main | python | |
Bionic | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sqlparse_0.2.4.orig.tar.gz | 60.2 KiB | ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec |
sqlparse_0.2.4-0.1ubuntu0.1.debian.tar.xz | 7.1 KiB | 88cbf1d24fc53d3ee1a35982c586bee9572bc2eb6acd1f566626dacf3e48760c |
sqlparse_0.2.4-0.1ubuntu0.1.dsc | 2.6 KiB | 09f209e58ead96fd379db319e5a2c9e23cbdce8ac5f5c2952cf16580a2cfd724 |
Available diffs
Binary packages built by this source
- pypy-sqlparse: non-validating SQL parser for PyPy
Sqlparse is a library which provides support for parsing, splitting and
customizable formatting of SQL statements in Python environment.
.
This is the PyPy version of the package.
- python-sqlparse: non-validating SQL parser for Python 2
Sqlparse is a library which provides support for parsing, splitting and
customizable formatting of SQL statements in Python environment.
.
This is the Python 2 version of the package.
- 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).