Skip to content

Commit

Permalink
feat: Add GitLab PAT to secret patterns (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidolrik authored Jun 25, 2024
1 parent c8b3e41 commit a223fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/atuin-client/src/secrets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ pub static SECRET_PATTERNS: &[(&str, &str, &str)] = &[
"github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}",
"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", // also legit, also expired
),
(
"GitLab PAT",
"glpat-[a-zA-Z0-9_]{20}",
"glpat-RkE_BG5p_bbjML21WSfy",
),
(
"Slack OAuth v2 bot",
"xoxb-[0-9]{11}-[0-9]{11}-[0-9a-zA-Z]{24}",
Expand Down

0 comments on commit a223fcb

Please sign in to comment.