mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-05 01:27:07 +02: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}",
|
"github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}",
|
||||||
"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", // also legit, also expired
|
"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", // also legit, also expired
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"GitLab PAT",
|
||||||
|
"glpat-[a-zA-Z0-9_]{20}",
|
||||||
|
"glpat-RkE_BG5p_bbjML21WSfy",
|
||||||
|
),
|
||||||
(
|
(
|
||||||
"Slack OAuth v2 bot",
|
"Slack OAuth v2 bot",
|
||||||
"xoxb-[0-9]{11}-[0-9]{11}-[0-9a-zA-Z]{24}",
|
"xoxb-[0-9]{11}-[0-9]{11}-[0-9a-zA-Z]{24}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user