Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 736 Bytes

File metadata and controls

20 lines (14 loc) · 736 Bytes

GL_ManageMembers

Edge Schema

General Information

The traversable GL_ManageMembers edge indicates that a role grants permission to add and remove members from the group or project. Owner role always has this permission; Maintainer role has it for projects.

graph LR
    attacker("fa:fa-user GL_User attacker")
    maintRole("fa:fa-user-tie GL_ProjectRole myproject/Maintainer")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    attacker -->|GL_HasRole| maintRole
    maintRole -->|GL_ManageMembers| project
Loading