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
If https://github.com/dxa4481/truffleHogRegexes/blob/master/truffleHogRegexes/regexes.json really is the base rule set for TruffleHog as stated on: https://github.com/trufflesecurity/truffleHog#customizing, then it should have a new entry that accommodates updated GitHub tokens.
Per https://github.blog/changelog/2021-03-31-authentication-token-format-updates-are-generally-available/
It seems like the existing GitHub regex uses the right charset. However, it doesn’t account for the new prefixes or length up to 255.
The text was updated successfully, but these errors were encountered:
I’m happy to open a PR if there’s agreement on this.
Edit: looks like someone already tackled this, #27
Sorry, something went wrong.
No branches or pull requests
If https://github.com/dxa4481/truffleHogRegexes/blob/master/truffleHogRegexes/regexes.json really is the base rule set for TruffleHog as stated on: https://github.com/trufflesecurity/truffleHog#customizing, then it should have a new entry that accommodates updated GitHub tokens.
Per https://github.blog/changelog/2021-03-31-authentication-token-format-updates-are-generally-available/
It seems like the existing GitHub regex uses the right charset. However, it doesn’t account for the new prefixes or length up to 255.
The text was updated successfully, but these errors were encountered: