Skip to content

Commit

Permalink
Merged aq-wrapping fix to preserve security in ZopeFindAndApply
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 31, 2000
1 parent 99688a1 commit 36f294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -526,7 +526,7 @@ def ZopeFindAndApply(self, obj, obj_ids=None, obj_metatypes=None,

if not hasattr(base, 'objectItems'):
return result
try: items=base.objectItems()
try: items=obj.objectItems()
except: return result

try: add_result=result.append
Expand Down

0 comments on commit 36f294e

Please sign in to comment.