We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d935bd commit 31523ecCopy full SHA for 31523ec
Doc/library/xml.rst
@@ -65,8 +65,8 @@ connections.
65
Expat versions lower than 2.7.2 may be vulnerable to the "billion laughs",
66
"quadratic blowup" and "large tokens" vulnerabilities, or to disproportional
67
use of dynamic memory.
68
-Python bundles a copy of Expat, and whether the bundled or a system-wide Expat
69
-is being used by Python, depends on how the Python interpreter
+Python bundles a copy of Expat, and whether Python uses the bundled or a
+system-wide Expat, depends on how the Python interpreter
70
:option:`has been configured <--with-system-expat>` in your environment.
71
Python may be vulnerable if it uses such older versions of Expat.
72
Check :const:`!pyexpat.EXPAT_VERSION`.
0 commit comments