[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.318

Tres Seaver tseaver at zope.com
Tue Apr 5 17:18:14 EDT 2005


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv19057/doc

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
Hotfix_20050405:  prevent untrusted code from shadowing roles on protected methods of base classes.


=== Zope/doc/CHANGES.txt 1.625.2.317 => 1.625.2.318 ===
--- Zope/doc/CHANGES.txt:1.625.2.317	Tue Apr  5 09:47:12 2005
+++ Zope/doc/CHANGES.txt	Tue Apr  5 17:17:44 2005
@@ -8,6 +8,9 @@
 
     Bugs fixed
 
+      - Hotfix_20050405:  classes defined in untrusted code could shadow
+        the roles of methods defined as protected by their bases.
+
       - Collector #1460: Backported test for this bug (which was *not*
         present on the Zope 2.7 branch).
 



More information about the Zope-Checkins mailing list