summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-03-01 16:45:40 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-03-01 16:45:40 (GMT)
commit06c245fb67ceea81c99406d1d1396fce5f4b6f38 (patch)
tree619d0ab67413fe0b401c93df2315d5daecf76087 /Misc/NEWS.d/next/Security
parent8c9453b5759f7ab86a01fab13b03cef5900eb328 (diff)
downloadcpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.zip
cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.gz
cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.bz2
Python 3.10.0a6
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r--Misc/NEWS.d/next/Security/2021-02-14-15-59-16.bpo-42967.YApqDS.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Security/2021-02-14-15-59-16.bpo-42967.YApqDS.rst b/Misc/NEWS.d/next/Security/2021-02-14-15-59-16.bpo-42967.YApqDS.rst
deleted file mode 100644
index f08489b..0000000
--- a/Misc/NEWS.d/next/Security/2021-02-14-15-59-16.bpo-42967.YApqDS.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix web cache poisoning vulnerability by defaulting the query args separator to ``&``, and allowing the user to choose a custom separator.