gh-61441: XML entity expansion limitation#9265
Conversation
|
I would prefer to see this change made in expat upstream. We should vendor an unmodified version of expat. |
Sorry, something went wrong.
|
That's the plan. |
Sorry, something went wrong.
a172a25 to
053db1d
Compare
September 14, 2018 17:17
|
Since we ship the vendored one as part of the Windows release, I'd be happy to have this merged for 3.7.1 while we wait for the patch to go upstream. This is not our public API, so even if they upstream a different version of it, that won't affect us. |
Sorry, something went wrong.
6a51752 to
2cffc90
Compare
September 20, 2018 11:30
Modelled after https://github.com/GNOME/libxml2/blob/v2.9.8/parser.c#L99 Signed-off-by: Christian Heimes <christian@python.org>
2cffc90 to
504e092
Compare
September 23, 2018 11:54
|
@tiran maybe we could close this issue, +- 1y and I suppose |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
closing as external entity expansion was disabled in sax other PRs (see issue) |
Sorry, something went wrong.
Modelled after https://github.com/GNOME/libxml2/blob/v2.9.8/parser.c#L99
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue17239