- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
now collapsed within the url properly before looking in cgi_directories.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e875c9..78b37cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,9 @@
Library
-------
+- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
+ now collapsed within the url properly before looking in cgi_directories.
+
- Issue #5095: Added bdist_msi to the list of bdist supported formats.
Initial fix by Steven Bethard.