sqlparse 0.4.2-1ubuntu1 source package in Ubuntu
Changelog
sqlparse (0.4.2-1ubuntu1) mantic; 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> Fri, 02 Jun 2023 10:32:02 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Sponsored by:
- Marc Deslauriers
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
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-1ubuntu1.debian.tar.xz | 7.6 KiB | 0a4318e6436f3c55e8b5efd2858bc5c566717506341f7f937c346374f6aab445 |
sqlparse_0.4.2-1ubuntu1.dsc | 2.5 KiB | d3343d0e552d8e9f4090549aed892454771cf4dae700a53a6f03d176a8d9b356 |
Available diffs
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).