v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Validate Bug Bounty Report

Validates a new bug bounty report for a given program.

post/bug_bounty/program/{program_id}/report

Path parameters

program_idinteger required

The ID of the bug bounty program related to the bug bounty report

Request body

descriptionstring required

The description of the bug bounty report

Example request

{
  "description": "**Summary:** Remote Code Execution (RCE)\n\n**Description:** Remote Code Execution By abusing the custom input of backup notes\n\n## Browsers used / Applications tested:\n\nbrowsers: irrelevant\nApp version + OS: irrelevant\n\n## Steps To Reproduce:\n\n1. go to /backup\n2. Select \"Custom Format...\" in the \"Output Format:\"\n3. use the string provided in commands.txt as the input and submit the form",
  "additional_file_data": [
    {
      "name": "commands.txt",
      "data": "4qO/4qO/4qO/4qO/4qOH4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCI4qCJ4qCb4qC74qO/4qO/4qO/4qO/4qO/4qO/CuKjv+Kjv+Kjv+Kjv+Kjv+KjpuKggOKggOKggOKggOKggOKggOKggOKggOKigOKjpOKjhOKhgOKggOKiu+Kjv+Kjv+Kjv+Kjv+Kjvwrio7/io7/io7/io7/io7/io7/io4fioIDioIDioIDioIDioIDioIDioIDioLjio7/io7/io7/ioIPiorDio7/io7/io7/io7/io78K4qO/4qO/4qO/4qO/4qO/4qO/4qO/4qOG4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qCA4qKA4qO84qO/4qO/4qO/4qO/4qO/CuKjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjv+KhhuKggOKggOKggOKggOKggOKggOKituKjtuKjtuKjvuKjv+Kjv+Kjv+Kjv+Kjv+Kjvwrio7/io7/io7/io7/io7/io7/io7/io7/io6fioIDioqDioYDioJDioIDioIDioIDioLvior/io7/io7/io7/io7/io7/io7/io78K4qO/4qO/4qO/4qO/4qO/4qO/4qO/4qO/4qO/4qGE4qK44qO34qGE4qCA4qCj4qOE4qGA4qCA4qCJ4qCb4qK/4qO/4qO/4qO/4qO/CuKjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjv+Kjh+KggOKjv+Kjv+KjpuKggOKgueKjv+Kjt+KjtuKjpuKjvOKjv+Kjv+Kjv+Kjvwrio7/io7/io7/io7/io7/io7/io7/io7/io7/io7/io7zio7/io7/io7/io7fio4Tio7jio7/io7/io7/io7/io7/io7/io7/io78="
    }
  ]
}

Response

The bug bounty report has been created

report_uuidstring

The uuid of the newly created bug bounty report

Example response

{
  "report_uuid": "00000000-0000-0000-0000-000000000001"
}