Update dependency xmltodict to v0.15.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| xmltodict | ironbank-pypi | minor |
0.14.1 -> 0.15.1
|
Release Notes
martinblech/xmltodict (xmltodict)
v0.15.1
- Security: Further harden XML injection prevention during unparse (follow-up to
v0.15.0). In addition to '<'/'>' rejection, now also reject element and
attribute names (including
@xmlnsprefixes) that:- start with '?' or '!'
- contain '/' or any whitespace
- contain quotes (' or ") or '='
- are non-strings (names must be
str; no coercion)
v0.15.0
- Security: Prevent XML injection (CVE-2025-9375) by rejecting '<'/'>' in
element and attribute names (including
@xmlnsprefixes) during unparse. This limits validation to avoiding tag-context escapes; attribute values continue to be escaped by the SAXXMLGenerator. Advisory: https://fluidattacks.com/advisories/mono
v0.14.2
- Revert "Ensure significant whitespace is not trimmed"
- This changed was backwards incompatible and caused downstream issues.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by POPs Trigger