-
Notifications
You must be signed in to change notification settings - Fork 123
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
Automating triage work around HackerOne #146
Comments
Great idea! The first one especially. The second one makes me a little nervous in that it will be public and automatically posted? (Or maybe I'm misunderstanding). |
I don't like the second one — it shouldn't be done automatically without human confirming that explicitly.
Might be fine for insignificant modules, though. |
Also, the whole «let's give an internet-facing bot access to all the security issues» thing is rather worrisome. |
I share the same concern about such integration since it will be yet another attack surface but let's try to focus on what we want to achieve and we can easily start with just tooling.
A chatbot you can invoke from the actual discussion chat would be nice but then we'd have to authorize only the security wg members to use it, etc. |
https://api.hackerone.com/docs/v1 has all the API specifics. However, as discussed on Slack, you can use the (undocumented) JSON endpoints for things that aren't provided by the API. If there are specific things not provided by the API, just let me know, and I'll make sure they are filed for future implementation. We don't currently support any form of webhook (outside of our JIRA integration) at this time. |
Ok thanks! |
I think we're at a good point right now and don't need further bots automation, let's close. |
Pitch: triaging reports is somewhat cumbersome and involves manual processes in terms of form setup, gathering information, and finally building the vulnerability JSON file to PR on the repo.
I would like to tackle the above through [bot] automation around the HackerOne platform:
Would be happy to get some feedback on that.
Reed, could you help us understand what can we do with regards to API connectivity / webhooks on HackerOne?
The text was updated successfully, but these errors were encountered: