Skip to content

Commit

Permalink
Merge branch 'main' into 133-fix-false-positives
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake authored Jul 15, 2024
2 parents 47d3058 + 1828749 commit 1b61323
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Low);
BIASize -- Medium/Large --> BIAMGPriority(Medium);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(High);
UsersSize -- Medium/Large --> UsersMGPriority(Critical);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority((No Finding));
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Medium);
UsersSize -- Medium/Large --> UsersMGPriority(High);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(No Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Low);
UsersSize -- Medium/Large --> UsersMGPriority(Medium);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Medium);
UsersSize -- Medium/Large --> UsersMGPriority(High);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'--' '--' '--'
```

A ~~tiny~~ small tool built to detect and fix common misconfigurations in Active Directory Certificate Services.
A ~~tiny~~ small tool built to find and fix common misconfigurations in Active Directory Certificate Services.

<!-- locksmith-badges-start -->
![GitHub release](https://img.shields.io/github/v/release/trimarcjake/locksmith?sort=semver)
Expand Down

0 comments on commit 1b61323

Please sign in to comment.