sqlparse 0.4.2-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

sqlparse (0.4.2-1ubuntu0.22.04.1) jammy-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:58:06 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main python
Jammy security main python

Builds

Jammy: [FULLYBUILT] amd64

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.22.04.1.debian.tar.xz 7.6 KiB f7f4fc14e8491f17b4dcc5aef0c071b0b3386f15ab2ecae00abbe660c3cbe351
sqlparse_0.4.2-1ubuntu0.22.04.1.dsc 2.5 KiB 6f44de22dc4df20fb749ef0b8f70f8b0a6b435fb4de57f32f66de16d03641afb

View changes file

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).