From: Sebastian Pipping Date: Fri, 26 Sep 2025 09:59:08 +0000 (+0200) Subject: gh-127502: Fix typo in XML security notes (#139335) X-Git-Tag: v3.15.0a1~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fa1e552e06063b668e02540ba1c31a4d87bbb17;p=thirdparty%2FPython%2Fcpython.git gh-127502: Fix typo in XML security notes (#139335) --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index 28465219a1ac..3f7455734744 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -55,7 +55,7 @@ An attacker can abuse XML features to carry out denial of service attacks, access local files, generate network connections to other machines, or circumvent firewalls. -Expat versions lower that 2.6.0 may be vulnerable to "billion laughs", +Expat versions lower than 2.6.0 may be vulnerable to "billion laughs", "quadratic blowup" and "large tokens". Python may be vulnerable if it uses such older versions of Expat as a system-provided library. Check :const:`!pyexpat.EXPAT_VERSION`.