mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-22 06:10:03 +01:00
feat: Add GitLab PAT to secret patterns (#2196)
This commit is contained in:
parent
c8b3e418a1
commit
a223fcb718
@ -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}",
|
||||
|
Loading…
Reference in New Issue
Block a user