Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 61 additions & 1 deletion key-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,65 @@
"regexp": {
"pattern": "sk_live_([A-Za-z0-9*]{12,30})"
}
},
{
"description": "GitHub Secret Token",
"regexp": {
"pattern": "[a-f0-9]{40}"
}
},
{
"description": "GitLab Personal Access Key",
"regexp": {
"pattern": "[A-Za-z0-9]{20}"
}
},
{
"description": "GitLab RSS Token",
"regexp": {
"pattern": "[A-Za-z0-9\\-]{20}"
}
},
{
"description": "GitLab Incoming Email Token",
"regexp": {
"pattern": "[a-z0-9]{25}"
}
},
{
"description": "AWS Access Key ID",
"regexp": {
"pattern": "[A-Z0-9/+=]{20}"
}
},
{
"description": "AWS Secret",
"regexp": {
"pattern": "[A-Za-z0-9/+=]{40}"
}
},
{
"description": "Dropbox API Key",
"regexp": {
"pattern": "[a-z0-9]{15}"
}
},
{
"description": "Twilio App Secret",
"regexp": {
"pattern": "[0-9a-f]{32}"
}
},
{
"description": "Coinbase",
"regexp": {
"pattern": "[A-Za-z0-9]{32}"
}
},
{
"description": "Facebook Developer App Secret",
"regexp": {
"pattern": "[a-f0-9]{32}"
}
}
]
]