summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-01-02 12:49:25 (GMT)
committerGitHub <noreply@github.com>2019-01-02 12:49:25 (GMT)
commit830ddc74c495ac1a5c03172a31006074967571a3 (patch)
treed3ccaa516ce24b6c46553bb76e793192f08a86da /Misc
parent3a374e0c5abe805667b71ffaaa7614781101ff4c (diff)
downloadcpython-830ddc74c495ac1a5c03172a31006074967571a3.zip
cpython-830ddc74c495ac1a5c03172a31006074967571a3.tar.gz
cpython-830ddc74c495ac1a5c03172a31006074967571a3.tar.bz2
Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356)
This reverts commit 78de01198b047347abc5e458851bb12c48429e24.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-28-14-53-22.bpo-35603.rVCZAE.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-28-14-53-22.bpo-35603.rVCZAE.rst b/Misc/NEWS.d/next/Library/2018-12-28-14-53-22.bpo-35603.rVCZAE.rst
deleted file mode 100644
index 03150c3..0000000
--- a/Misc/NEWS.d/next/Library/2018-12-28-14-53-22.bpo-35603.rVCZAE.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Escape table header output of :meth:`difflib.HtmlDiff.make_table`.
-Patch by Karthikeyan Singaravelan.