1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

feat: Add GitLab PAT to secret patterns (#2196)

This commit is contained in:
David Jack Wange Olrik 2024-06-25 15:32:45 +02:00 committed by GitHub
parent c8b3e418a1
commit a223fcb718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}",