# Submitting Reports

You can submit your found vulnerabilities to programs by submitting reports.

In order to submit reports:

1. Go to a program’s profile page.\
   \
   ![submit\_report\_1](https://www.scorelab.org/bugzero-supports/assets/images/security_page.PNG)
2. Click the green **Submit Report** button.
3. Select the asset type of the vulnerability on the **Submit Vulnerability Report** form.\
   \
   ![submit\_report\_2](https://www.scorelab.org/bugzero-supports/assets/images/submit_asset.jpg)
4. Select the Bug type of potential issue you’ve discovered.\
   \
   ![submit\_report\_3](https://www.scorelab.org/bugzero-supports/assets/images/submit_bug_type.jpg)
5. Select the threat level of the vulnerability. You can use the **CVSS calculator** to determine the severity.\
   \
   ![submit\_report\_4](https://www.scorelab.org/bugzero-supports/assets/images/submit_threat_level.PNG)

   > \
   > \&#xNAN;*Note: The Common Vulnerability Scoring System (CVSS) is an open framework for communicating the characteristics and severity of software vulnerabilities. The CVSS calculator is implements the formula defined in the* [*CVSS version 3.0*](https://www.first.org/cvss/v3.0/specification-document) *standard.*
6. Write up your report description. State:
   * Provide a suitable report title.
   * A generic overview of the vulnerability.
   * The steps to reproduce the vulnerability.
   * What kind of impact can make if the vulnerability exploited.\
     \
     ![submit\_report\_5](https://www.scorelab.org/bugzero-supports/assets/images/submit_description.PNG)
7. **(Optional)** Attach additional files related to the report
8. Click **Submit Report** button.
   * After you’ve submitted your report, you must wait for programs to respond to your submission.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.bugzero.io/hacker-support/submitting-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
