Skip to content
New issue

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

Issue with cannyio pattern validation #3481

Open
sahil9001 opened this issue Oct 19, 2024 · 0 comments · May be fixed by #3482
Open

Issue with cannyio pattern validation #3481

sahil9001 opened this issue Oct 19, 2024 · 0 comments · May be fixed by #3482
Labels

Comments

@sahil9001
Copy link
Contributor

Please review the Community Note before submitting

TruffleHog Version

Trace Output

Expected Behavior

The pattern detection regex should be \b([a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12})\b, notice the last second regex segment has a-z included which accounts for the letters that can be used there.

Screenshot 2024-10-20 at 12 37 31 AM

Actual Behavior

The pattern detection regex breaks currently with the correct API Key,
Screenshot 2024-10-20 at 12 36 45 AM

Steps to Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Environment

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional Context

References

  • #0000
@sahil9001 sahil9001 added the bug label Oct 19, 2024
@sahil9001 sahil9001 linked a pull request Oct 19, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant