We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data.hackerone_reports
HackerOne provides an API for the companies to pull the data about submitted vulnerability reports.
The metrics from HackerOne are often used in the SecOps reports for assessing the enterprise's bug bounty program.
api_username
api_token
program
reporter
assignee
state
size
size parameter is used for calculating number of pages to be fetched, if page_number (page[number] in the API) is not provided.
page_number
page[number]
The plugin returns the list of reports, concatenated from multiple pages if needed.
The plugin should be a part of data.hackerone package.
data.hackerone
The text was updated successfully, but these errors were encountered:
v0.3
No branches or pull requests
Description
HackerOne provides an API for the companies to pull the data about submitted vulnerability reports.
Use Case
The metrics from HackerOne are often used in the SecOps reports for assessing the enterprise's bug bounty program.
Requirements
api_username
-- (required) a string attributeapi_token
-- (required) a string attributeprogram
-- (required) a string attributereporter
-- (optional) a string attributeassignee
-- (optional) a string attributestate
-- (optional) a string attributesize
-- (optional) an int parametersize
parameter is used for calculating number of pages to be fetched, ifpage_number
(page[number]
in the API) is not provided.The plugin returns the list of reports, concatenated from multiple pages if needed.
The plugin should be a part of
data.hackerone
package.Additional Information
The text was updated successfully, but these errors were encountered: