-
Notifications
You must be signed in to change notification settings - Fork 83
Adding clarification that sub-admin roles should not be able to change their own privileges #1440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding clarification that sub-admin roles should not be able to change their own privileges #1440
Conversation
…e their own privileges
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @phil198
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we assigned Lasse to this but looks good to me
|
@phil198, Which version should this go into, 5.18 or current? |
current please @renetapopova |
…e their own privileges (neo4j#1440) This was noticed in a recent internal pentest of RBAC. We need to clarify that it is necessary to explicitly deny the ability to change your own privileges if you copy the admin role (otherwise the new role is essentially unconstrained).
…e their own privileges (neo4j#1440) This was noticed in a recent internal pentest of RBAC. We need to clarify that it is necessary to explicitly deny the ability to change your own privileges if you copy the admin role (otherwise the new role is essentially unconstrained).
…e their own privileges (#1451) Cherry-picked from #1440 This was noticed in a recent internal pentest of RBAC. We need to clarify that it is necessary to explicitly deny the ability to change your own privileges if you copy the admin role (otherwise the new role is essentially unconstrained). Co-authored-by: Phil Wright <95368282+phil198@users.noreply.github.com>
…e their own privileges (#1450) Cherry-picked from #1440 This was noticed in a recent internal pentest of RBAC. We need to clarify that it is necessary to explicitly deny the ability to change your own privileges if you copy the admin role (otherwise the new role is essentially unconstrained). Co-authored-by: Phil Wright <95368282+phil198@users.noreply.github.com>
This was noticed in a recent internal pentest of RBAC.
We need to clarify that it is necessary to explicitly deny the ability to change your own privileges if you copy the admin role (otherwise the new role is essentially unconstrained).