- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Github API keys review #2315
Comments
|
|
|
With an API key you get 5000 requests every hour. This is what I got after running burp intruder to go over my rate limit
So the warning messages could possibly be updated to include the |
Going to compile a list of the GitHub rest API that each of the modules access's here to check if
auth_required
needs to be set on any of them (Im looking at yougithub_workflows
👀)The text was updated successfully, but these errors were encountered: