salesforce / AutoTriageBot

AutoTriageBot automatically verifies, deduplicates, and suggests payouts for incoming HackerOne reports.
BSD 3-Clause "New" or "Revised" License
57 stars 18 forks source link

Add Bugcrowd support #2

Open dustin-decker opened 6 years ago

dustin-decker commented 6 years ago

I'm guessing others would like this too. I don't have time to implement this now, but I wanted to get a gauge on interest and maybe have some community input for how it should be done in case anyone wants to pick up the task.

ddworken commented 6 years ago

If there is anyone that wants to pick this up, it shouldn't be particularly hard to add Bugcrowd support. One would just have to modify apiServer.py to talk to the Bugcrowd API and ReportWrapper.py to serve as a wrapper around the API responses.