sqlparse 0.2.4-3ubuntu0.1 source package in Ubuntu
Changelog
sqlparse (0.2.4-3ubuntu0.1) focal-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:27:22 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | main | python | |
Focal | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sqlparse_0.2.4.orig.tar.gz | 60.2 KiB | ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec |
sqlparse_0.2.4-3ubuntu0.1.debian.tar.xz | 7.2 KiB | 2b6d1fb0c2ee00d666701a4895a58a74a82ce130493f27209d55d735383012ee |
sqlparse_0.2.4-3ubuntu0.1.dsc | 2.4 KiB | 158d60499939ce14b1ba857f376a6715908c0e1641d49a5011b7e037bf7dc7f3 |
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-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).