Commit 35d5e5e1 authored by Stefan H. Holek's avatar Stefan H. Holek

Backported additional security declarations because it is a security fix after all.

parent 5dbfd408
...@@ -39,7 +39,9 @@ Zope Changes ...@@ -39,7 +39,9 @@ Zope Changes
- Collector #940: PageTemplateFile: Open files with universal - Collector #940: PageTemplateFile: Open files with universal
line-endings support to avoid line-endings problems within python line-endings support to avoid line-endings problems within python
expressions. expressions.
- OFS.PropertyManager: Provided missing security declarations.
Zope 2.8.6 (2006/02/25) Zope 2.8.6 (2006/02/25)
......
...@@ -117,7 +117,8 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes): ...@@ -117,7 +117,8 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes):
)), )),
('Access contents information', ('Access contents information',
('hasProperty', 'propertyIds', 'propertyValues','propertyItems', ('hasProperty', 'propertyIds', 'propertyValues','propertyItems',
'getProperty', 'getPropertyType', 'propertyMap', ''), 'getProperty', 'getPropertyType', 'propertyMap', 'propertyLabel',
'propdict', 'valid_property_id', ''),
('Anonymous', 'Manager'), ('Anonymous', 'Manager'),
), ),
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment