configobj 5.0.6-5ubuntu0.1 source package in Ubuntu
Changelog
configobj (5.0.6-5ubuntu0.1) jammy-security; urgency=medium * SECURITY UPDATE: ReDoS - debian/patches/CVE-2023-26112.patch: updates regex that can cause catastrophic backtracking when a match fails in validate.py and adds a test in tests/test_validate_errors.py. - CVE-2023-26112 -- Ian Constantin <email address hidden> Fri, 20 Sep 2024 14:44:09 +0300
Upload details
- Uploaded by:
- Ian Constantin
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | updates | main | python | |
Jammy | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
configobj_5.0.6.orig.tar.gz | 140.3 KiB | 2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e |
configobj_5.0.6-5ubuntu0.1.debian.tar.xz | 7.9 KiB | 528bde220d42bb101270cbe958c9d24c160ca16ef421629f246e0682fb724145 |
configobj_5.0.6-5ubuntu0.1.dsc | 2.2 KiB | 795381722a25bcdb6be7627737412e0299841847da07fc0826bf92e60df88e78 |
Available diffs
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.