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
bulksms
Please review the Community Note before submitting
The pattern validation should detect other characters as well, correct regex should be : [a-zA-Z0-9!@#$%^&*()]{29}
[a-zA-Z0-9!@#$%^&*()]{29}
Currently, the pattern detection is invalid which fails to detect the correct API pattern.
Tests failing because got[I].RawV2 is not set to nil.
got[I].RawV2
nil
The text was updated successfully, but these errors were encountered:
Closing issue as Hacktoberfest doesn't require opening issues
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please review the Community Note before submitting
TruffleHog Version
Trace Output
Expected Behavior
The pattern validation should detect other characters as well, correct regex should be :
[a-zA-Z0-9!@#$%^&*()]{29}
Actual Behavior
Currently, the pattern detection is invalid which fails to detect the correct API pattern.
Tests failing because
got[I].RawV2
is not set tonil
.Steps to Reproduce
Environment
Additional Context
References
The text was updated successfully, but these errors were encountered: