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
- Collector #940: PageTemplateFile: Open files with universal
line-endings support to avoid line-endings problems within python
expressions.
- OFS.PropertyManager: Provided missing security declarations.
Zope 2.8.6 (2006/02/25)
......
......@@ -117,7 +117,8 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes):
)),
('Access contents information',
('hasProperty', 'propertyIds', 'propertyValues','propertyItems',
'getProperty', 'getPropertyType', 'propertyMap', ''),
'getProperty', 'getPropertyType', 'propertyMap', 'propertyLabel',
'propdict', 'valid_property_id', ''),
('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