Fedora Account System
Red Hat Associate
Red Hat Customer
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
To my understanding, we are not affected: - Fedora 43 and later have python-markdown-3.10.2-1 - Fedora 42 has python-markdown-3.7-4, so _could_ be affected, but: - https://github.com/Python-Markdown/markdown/issues/1534#issuecomment-2984185675 states that this is actually caused by a bug in the standard lib's HTMLParser (see cpython#77057), which should also be fixed. Checking on Fedora 42 (with python3-3.13.12-1.fc42.x86_64, python3-markdown-3.7-4.fc42.noarch): $ python -c 'import markdown; markdown.markdown("<![")' does not crash. Any comments?