sqlparse 0.4.2-1ubuntu0.22.04.2 source package in Ubuntu

Changelog

sqlparse (0.4.2-1ubuntu0.22.04.2) jammy-security; urgency=medium

  * SECURITY UPDATE: Denial of service
    - debian/patches/CVE-2024-4340.patch: raise SQLParseError instead
      of RecursionError in sqlparse/sql.py, tests/test_regressions.py.
    - CVE-2024-4340

 -- Leonidas Da Silva Barbosa <email address hidden>  Wed, 08 May 2024 10:18:32 -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.2.debian.tar.xz 8.3 KiB 739278c26d47b7111c1386ec173b3a7adfcae6a890bdd5fc898ab4d1a6d8a4b3
sqlparse_0.4.2-1ubuntu0.22.04.2.dsc 2.5 KiB 147f27f15b0e7505cfad45a9c74ecd068e6965f945aebe297a07645388e1c2ae

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