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 incorrect verification endpoint and validation logic for Bombbomb #3461

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

Issue with incorrect verification endpoint and validation logic for Bombbomb #3461

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

Comments

@sahil9001
Copy link
Contributor

sahil9001 commented Oct 17, 2024

Please review the Community Note before submitting

TruffleHog Version

Trace Output

Expected Behavior

Issue 1 : Incorrect Endpoint

As per the documentation for the API, the endpoint to verify the token should be /v2/user instead of /v2/lists, which doesn't adhere to best practices with other detectors.

Issue 2 : Incorrect Pattern Validation

To use the above APIs, you should have a Bearer token with a different validation as mentioned.

Actual Behavior

Currently the API is pointing to /v2/lists and the token validation is incorrect.

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
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