Skip to content

Commit

Permalink
Add GitLab tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma authored Aug 30, 2024
1 parent 0b34a00 commit 8bf27d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rusty-hog-scanner/src/default_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"Facebook Access Token": "EAACEdEose0cBA[0-9A-Za-z]+",
"Facebook OAuth": "(?i)facebook[\\s[[:punct:]]]{1,4}[0-9a-f]{32}[\\s[[:punct:]]]?",
"GitHub": "(?i)(github|access[[:punct:]]token)[\\s[[:punct:]]]{1,4}[0-9a-zA-Z]{35,40}",
"GitLab:" "(glpat|gloas|gldt|glrt|glcbt|glptt|glft|glimt|glagent|glsoat|glffct)-[0-9a-zA-Z_]{20,60}",
"Generic API Key": {
"pattern": "(?i)(api|access)[\\s[[:punct:]]]?key[\\s[[:punct:]]]{1,4}[0-9a-zA-Z\\-_]{16,64}[\\s[[:punct:]]]?",
"entropy_filter": true,
Expand Down

0 comments on commit 8bf27d7

Please sign in to comment.