sqlparse 0.4.4-1ubuntu0.1 source package in Ubuntu

Changelog

sqlparse (0.4.4-1ubuntu0.1) noble-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>  Tue, 07 May 2024 09:47:27 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlparse_0.4.4.orig.tar.gz 68.5 KiB acd2ca52392d78e8f4fc70bbbbb4fd5e4c8fd18b95af09a4acf6bdae813dbca6
sqlparse_0.4.4-1ubuntu0.1.debian.tar.xz 6.2 KiB f1fb425ebd1f25c7bf0919496795ff885c9877e0dcb2de76e0599973afe93622
sqlparse_0.4.4-1ubuntu0.1.dsc 2.3 KiB f36302cb558be370c15c12fcf3148b60186b4fdb35c6ce15078511b0162d1523

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