[MIR] python-xmltodict
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceilometer (Ubuntu) |
Incomplete
|
Undecided
|
Christian Ehrhardt | ||
python-xmltodict (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Availability]
Currently in universe
[Rationale]
This is a new dependency used by OpenStack ceilometer.
[Security]
No security history
[Quality Assurance]
Package works out of the box with no prompting. There are no major bugs in Ubuntu and there are no major bugs in Debian. Unit tests are run during build.
[Dependencies]
All are in main
[Standards Compliance]
FHS and Debian Policy compliant
[Maintenance]
Simple python package that the OpenStack Team will take care of
[Background]
xmltodict is a Python module that makes working with XML feel like you are working with JSON. xmltodict is very fast (Expat-based) and has a streaming mode with a small memory footprint, suitable for big XML dumps.
Changed in python-xmltodict (Ubuntu): | |
assignee: | nobody → Christian Ehrhardt (paelzer) |
Changed in ceilometer (Ubuntu): | |
status: | New → Incomplete |
assignee: | nobody → Christian Ehrhardt (paelzer) |
tags: | added: sec-1613 |
XML parsers quite often have two faults, XXE (external entity attack) and billion laughs:
https:/ /en.wikipedia. org/wiki/ XML_external_ entity_ attack /en.wikipedia. org/wiki/ Billion_ laughs_ attack
https:/
It might be worth a quick skim of the history of this package, or documentation, etc, to see if either of these problems has already been handled, or can't happen due to design, or might still be an outstanding problem, before the security team is assigned this package for review.
Thanks