configobj 5.0.8-2 source package in Ubuntu
Changelog
configobj (5.0.8-2) unstable; urgency=medium * Patch: Resolve CVE-2023-26112, a Regular Expression Denial of Service attack. (Closes: #1034152) * Clean correctly. -- Stefano Rivera <email address hidden> Sat, 03 Jun 2023 16:23:41 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- 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 |
---|---|---|
configobj_5.0.8-2.dsc | 1.8 KiB | 8a36252c437afc3ac54000605a52c07905af8ed9dd7a9163b32d377a175834f8 |
configobj_5.0.8.orig.tar.gz | 96.7 KiB | 547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda |
configobj_5.0.8-2.debian.tar.xz | 7.5 KiB | a8eeb4be9b8b7cda14a2994e52c1f17b043effcf8d63432a1d5c1f88411bc0d2 |
Available diffs
- diff from 5.0.8-1 to 5.0.8-2 (1.2 KiB)
No changes file available.
Binary packages built by this source
- python-configobj-doc: simple but powerful config file reader and writer (documentation)
ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
use, with a straightforward programmer's interface and a simple
syntax for config files. It has lots of other features, though:
.
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
+ including automatic type checking/conversion
+ and allowing default values
+ repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Full Unicode support
* Powerful unrepr mode for storing/retrieving Python data-types
.
This package includes the documentation in HTML format.
- python3-configobj: simple but powerful config file reader and writer for Python 3
ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
use, with a straightforward programmer's interface and a simple
syntax for config files. It has lots of other features, though:
.
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
+ including automatic type checking/conversion
+ and allowing default values
+ repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Full Unicode support
* Powerful unrepr mode for storing/retrieving Python data-types
.
This is the Python 3 version of the package.