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 10b2988 commit c8d9afbCopy full SHA for c8d9afb
Doc/library/xml.rst
@@ -66,7 +66,7 @@ Expat versions lower than 2.7.2 may be vulnerable to "billion laughs",
66
"quadratic blowup" and "large tokens" or disproportional use of dynamic memory.
67
Python bundles a copy of Expat, and whether the bundled or a system-wide Expat
68
is being used by Python, depends on how the Python interpreter
69
-:doc:`has been configured <../using/configure>` in your environment.
+:option:`has been configured <--with-system-expat>` in your environment.
70
Python may be vulnerable if it uses such older versions of Expat.
71
Check :const:`!pyexpat.EXPAT_VERSION`.
72
0 commit comments