InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
831 stars 135 forks source link

Add auth to GitHub plugin #43

Closed rshipp closed 5 years ago

rshipp commented 5 years ago

GitHub rate limits unauthenticated requests to 10/min. It's possible someone might want to search for more than 10 things, so we should build in (optional) auth support to the GitHub plugin to support that.

rshipp commented 5 years ago

Closed by #53