summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-03 07:38:22 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-03 07:38:22 (GMT)
commit1e5c5f8f7d507af580486529399f12f7e2bbf70a (patch)
treed55d91fc4b5e7a303756376fe19e7cc277bf9268 /Misc
parent106a54d764f1f796a67c4dfef8c98b1a7f8bf183 (diff)
downloadcpython-1e5c5f8f7d507af580486529399f12f7e2bbf70a.zip
cpython-1e5c5f8f7d507af580486529399f12f7e2bbf70a.tar.gz
cpython-1e5c5f8f7d507af580486529399f12f7e2bbf70a.tar.bz2
#1745035: add limits for command and data size to smtpd; patch by Savio Sena.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63d8535..4d40b70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Core and Builtins
Library
-------
+- Issue #1745035: Add a command size and data size limit to smtpd.py, to
+ prevent DoS attacks. Patch by Savio Sena.
+
- Issue #4925: Add filename to error message when executable can't be found in
subprocess.