Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
build docs workflow committed Jul 8, 2024
1 parent ae505f9 commit c31a331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/github/repository/repository_has_too_many_admins.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: default
title: Repository Should Have Fewer Than Three Admins
title: Repository Should Have A Low Admin Count
parent: Repository Policies
grand_parent: GitHub Policies
---


## Repository Should Have Fewer Than Three Admins
## Repository Should Have A Low Admin Count
policy name: repository_has_too_many_admins

severity: LOW

### Description
Repository admins are highly privileged and could create great damage if they are compromised. It is recommended to limit the number of Repository Admins to the minimum required (recommended maximum 3 admins).
Repository admins are highly privileged and could create great damage if they are compromised. It is recommended to limit the number of repository admins to the minimum required, and no more than 5% of the userbase (Up to 3 admins are always allowed).

### Threat Example(s)
A compromised user with admin permissions can initiate a supply chain attack in a plethora of ways.
Expand Down
6 changes: 3 additions & 3 deletions docs/gitlab/project/project_has_too_many_admins.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: default
title: Project Should Have Fewer Than Three Owners
title: Project Should Have A Low Owner Count
parent: Project Policies
grand_parent: GitLab Policies
---


## Project Should Have Fewer Than Three Owners
## Project Should Have A Low Owner Count
policy name: project_has_too_many_admins

severity: LOW

### Description
Projects owners are highly privileged and could create great damage if they are compromised. It is recommended to limit the number of Project Owners to the minimum required (recommended maximum 3 admins).
Projects owners are highly privileged and could create great damage if they are compromised. It is recommended to limit the number of Project Owners to the minimum required, and no more than 5% of the userbase (Up to 3 owners are always allowed).

### Threat Example(s)
A compromised user with owner permissions can initiate a supply chain attack in a plethora of ways.
Expand Down

0 comments on commit c31a331

Please sign in to comment.