You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the getAnyProblem() method for the PatchUsersRequest class, an improperly formatted check allows a hub admin's hubAdmin privilege to be revoked. This effectively allows an unprivileged user to be a member of the root org, which is unintentional. This is also inconsistent with the getAnyProblem() method for the PostPutUsersRequest class.
The text was updated successfully, but these errors were encountered:
In the
getAnyProblem()
method for thePatchUsersRequest
class, an improperly formatted check allows a hub admin'shubAdmin
privilege to be revoked. This effectively allows an unprivileged user to be a member of theroot
org, which is unintentional. This is also inconsistent with thegetAnyProblem()
method for thePostPutUsersRequest
class.The text was updated successfully, but these errors were encountered: