Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 31, 2025

  • the "plaintext" element
  • the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
  • optionally RAWTEXT (if scripting=True) element "noscript"
    (cherry picked from commit a17c57e)

Co-authored-by: Serhiy Storchaka [email protected]


📚 Documentation preview 📚: https://cpython-previews--140842.org.readthedocs.build/

…arser (pythonGH-137837)

* the "plaintext" element
* the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
* optionally RAWTEXT (if scripting=True) element "noscript"
(cherry picked from commit a17c57e)

Co-authored-by: Serhiy Storchaka <[email protected]>
@serhiy-storchaka serhiy-storchaka merged commit 0329bd1 into python:3.13 Oct 31, 2025
47 checks passed
@miss-islington-app
Copy link

Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0329bd11c7e98484727bbb9062d53a8fa53ac7fd 3.10

@miss-islington-app
Copy link

Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0329bd11c7e98484727bbb9062d53a8fa53ac7fd 3.9

@miss-islington-app
Copy link

Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0329bd11c7e98484727bbb9062d53a8fa53ac7fd 3.11

@miss-islington-app
Copy link

Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0329bd11c7e98484727bbb9062d53a8fa53ac7fd 3.12

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 31, 2025
…n HTMLParser (pythonGH-137837) (pythonGH-140842)

* the "plaintext" element
* the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
* optionally RAWTEXT (if scripting=True) element "noscript"
(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Miss Islington (bot) <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 31, 2025

GH-140850 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Oct 31, 2025
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 31, 2025
…n HTMLParser (pythonGH-137837) (pythonGH-140842)

* the "plaintext" element
* the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
* optionally RAWTEXT (if scripting=True) element "noscript"
(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Miss Islington (bot) <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 31, 2025
…n HTMLParser (pythonGH-137837) (pythonGH-140842)

* the "plaintext" element
* the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
* optionally RAWTEXT (if scripting=True) element "noscript"
(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Miss Islington (bot) <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 31, 2025

GH-140853 is a backport of this pull request to the 3.10 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.10 only security fixes label Oct 31, 2025
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 31, 2025
… HTMLParser (pythonGH-137837) (pythonGH-140842)

* the "plaintext" element
* the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes"
* optionally RAWTEXT (if scripting=True) element "noscript"
(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Miss Islington (bot) <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 31, 2025

GH-140857 is a backport of this pull request to the 3.9 branch.

@ambv ambv removed the needs backport to 3.11 only security fixes label Oct 31, 2025
@ambv
Copy link
Contributor

ambv commented Oct 31, 2025

GH-140852 is a backport of this pull request to the 3.11 branch.

ambv pushed a commit that referenced this pull request Oct 31, 2025
…Parser (GH-137837) (GH-140842) (GH-140853)

(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)
ambv pushed a commit that referenced this pull request Oct 31, 2025
…Parser (GH-137837) (GH-140842) (GH-140850)

(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Serhiy Storchaka <[email protected]>
ambv pushed a commit that referenced this pull request Oct 31, 2025
…arser (GH-137837) (GH-140842) (GH-140857)

(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Miss Islington (bot) <[email protected]>
ambv added a commit that referenced this pull request Oct 31, 2025
…Parser (GH-137837) (GH-140842) (GH-140852)

(cherry picked from commit a17c57e)
(cherry picked from commit 0329bd1)

Co-authored-by: Łukasz Langa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants