We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b49b2 commit 36b5f35Copy full SHA for 36b5f35
src/index.js
@@ -19,6 +19,7 @@ const SENSITIVE_PATTERNS = {
19
/xoxb-[0-9]{11}-[0-9]{11}-[a-zA-Z0-9]{24}/g, // Slack tokens
20
/ya29\.[a-zA-Z0-9_-]{100,}/g, // Google OAuth tokens
21
/AKIA[0-9A-Z]{16}/g, // AWS Access Key ID
22
+ /([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)/g, // JWT tokens
23
],
24
severity: 'high',
25
description: 'Potential secrets or credentials'
0 commit comments