-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Please review the Community Note before submitting
TruffleHog Version
trufflehog 3.83.5
Expected Behavior
Sentry Auth Tokens of the form sntrys_<long base64 encoded string> or sntryu_<long hex string> are detected by trufflehog.
Actual Behavior
The secret tokens are not detected.
Steps to Reproduce
- Generate new Sentry Auth Token (as described in the Sentry docs)
- Paste it into a file scanned by trufflehog
- Run trufflehog
Environment
- OS: Linux
Additional Context
It seems that Sentry has changed the format of the auth tokens since this detector was implemented.
kashifkhan0771