[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.162
Tres Seaver
tseaver at zope.com
Thu Jan 8 16:07:34 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv6885/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
- FilteredSets (used within TopicIndex) are defined via an expression,
which was naievely eval'ed.
=== Zope/doc/CHANGES.txt 1.535.2.161 => 1.535.2.162 ===
--- Zope/doc/CHANGES.txt:1.535.2.161 Thu Jan 8 16:02:35 2004
+++ Zope/doc/CHANGES.txt Thu Jan 8 16:07:03 2004
@@ -8,6 +8,9 @@
Bugs Fixed
+ - FilteredSets (used within TopicIndex) are defined via an expression,
+ which was naievely eval'ed.
+
- The ZTUtils SimpleTree decompressed tree state data from the
request without checking for final size, which could allow for
certain types of DoS attacks.
More information about the Zope-Checkins
mailing list