Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptex committed Oct 5, 2024
1 parent 25ab7d9 commit 1a63b87
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,28 +252,26 @@ Simple filtering based on rules and severity can also be done with CLI arguments

| Group | Rule ID | Severity |
|----------------------|----------------------|-----------------|
| files | file-known | Low |
| keys | aws-secret | Critical |
| keys | aws-token | Critical |
| keys | privatekey | Critical |
| keys | apikey-known | Critical |
| keys | apikey | High |
| keys | aws-id | Medium |
| keys | apikey-maybe | Low |
| keys | aws-account | Low |
| passwords | password | High |
| passwords | uri | High |
| infra | dockercfg | High |
| infra | htpasswd | Medium |
| infra | npmrc | High |
| infra | pip | High |
| infra | pypirc | High |
| keys | apikey | Medium |
| keys | apikey-known | High |
| keys | apikey-maybe | Low |
| keys | aws-id | Critical |
| keys | aws-secret | Critical |
| keys | aws-token | Critical |
| keys | privatekey | High |
| misc | comment | Info |
| infra | htpasswd | Medium |
| misc | webhook | Medium |
| misc | creditcard | Low |
| misc | secret | Low |
| misc | webhook | Low |
| passwords | password | High |
| passwords | uri | High |
| python | cors | Low |
| python | system | Low |

| misc | comment | Info |
| files | file-known | Low |

### Custom rules

Expand Down

0 comments on commit 1a63b87

Please sign in to comment.