We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please review the Community Note before submitting
trufflehog 3.83.5
Sentry Auth Tokens of the form sntrys_<long base64 encoded string> or sntryu_<long hex string> are detected by trufflehog.
sntrys_<long base64 encoded string>
sntryu_<long hex string>
The secret tokens are not detected.
It seems that Sentry has changed the format of the auth tokens since this detector was implemented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please review the Community Note before submitting
TruffleHog Version
Expected Behavior
Sentry Auth Tokens of the form
sntrys_<long base64 encoded string>
orsntryu_<long hex string>
are detected by trufflehog.Actual Behavior
The secret tokens are not detected.
Steps to Reproduce
Environment
Additional Context
It seems that Sentry has changed the format of the auth tokens since this detector was implemented.
The text was updated successfully, but these errors were encountered: