Skip to content

[3.15] gh-156797: Escape the namespace URI in xml.sax.saxutils.XMLGenerator (GH-156799) - #156858

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-5056ac5-3.15
Open

[3.15] gh-156797: Escape the namespace URI in xml.sax.saxutils.XMLGenerator (GH-156799)#156858
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-5056ac5-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The namespace declarations were the only attribute values written without
quoteattr(), so a URI containing "&", "<" or a quote character produced a
document which cannot be parsed.
(cherry picked from commit 5056ac5)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…rator (pythonGH-156799)

The namespace declarations were the only attribute values written without
quoteattr(), so a URI containing "&", "<" or a quote character produced a
document which cannot be parsed.
(cherry picked from commit 5056ac5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants