Skip to content

Commit

Permalink
- Fix missing access control on ZODB Role Manager enumerateRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 23, 2021
1 parent 7eead06 commit 2dad811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ Change Log
2.6.0 (unreleased)
------------------

- Fix missing access control on ZODB Role Manager ``enumerateRoles``

- Fix open redirect issue in `Cookie Auth Helper` redirect handling

- Add support for Python 3.9.
Expand Down
Expand Up @@ -112,6 +112,7 @@ def getRolesForPrincipal(self, principal, request=None):
#
# IRoleEnumerationPlugin implementation
#
@security.private
def enumerateRoles(self, id=None, exact_match=False, sort_by=None,
max_results=None, **kw):
""" See IRoleEnumerationPlugin.
Expand Down

0 comments on commit 2dad811

Please sign in to comment.