Skip to content
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

Fix the recursive group membership check #4088

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Fix the recursive group membership check

    Allow a group to be a member of its direct parent and also its parent's ancestors without raising an error.
    
    Looping membership is still detected and prevented as before, thus Stack Overflow is still avoided.
    
    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
    jimtng committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ea6764b View commit details
    Browse the repository at this point in the history