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
2 changes: 1 addition & 1 deletion swaggerspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'NPM Access Token' : r'npm_[a-zA-Z0-9]{36}',
'GitHub Personal Access Token (PAT)' : r'ghp_[a-zA-Z0-9]{36}',
'Git Credential' : r'https?:\/\/[a-zA-Z0-9_-]+:[a-zA-Z0-9_-]+@github\.com',
'JIRA Personal Access Token (PAT) Regex' : r'ATATTAC[a-zA-Z0-9]{24,48}'
'JIRA Personal Access Token (PAT) Regex' : r'ATATTAC[a-zA-Z0-9]{24,48}',
'possible_Creds' : r'(?i)(" \
r"password\s*[`=:\"]+\s*[^\s]+|" \
r"password is\s*[`=:\"]*\s*[^\s]+|" \
Expand Down