# Report Status

Each report or submission has a unique status as it progresses through the report lifecycle. The following are the report statuses available on our platform.

![](/files/-MbLhNSRL8VBfPZeP5Yk)

### Report Status

<table data-header-hidden><thead><tr><th width="195">STATUS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>STATUS</td><td>DESCRIPTION</td></tr><tr><td>NEW                                                                   </td><td>When a vulnerability is reported, it is classified as NEW and has not yet been reviewed.</td></tr><tr><td>TRIAGED</td><td>This status is assigned to the report once it has been accepted.</td></tr><tr><td>DUPLICATE</td><td>If the report has already been submitted by another user, it is marked as Duplicate, indicating that it has been previously reported.</td></tr><tr><td>WON'T FIX</td><td>If the report has minimal impact and is deemed an acceptable risk, it is marked as Won't Fix.</td></tr><tr><td>NOT APPLICABLE</td><td>The report is marked as Invalid when it does not pose a security risk or impact.</td></tr><tr><td>UNRESOLVED</td><td>The report is marked as Accepted when it is considered acceptable and assigned to a developer for resolution.</td></tr><tr><td>RESOLVED</td><td>When the reported issue or bug is fixed, the report will be marked as Resolved.</td></tr></tbody></table>

**Severity of Reports**

Severity of the report has been classified on the following terms:&#x20;

<table data-header-hidden><thead><tr><th width="187">SEVERITY</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td>SEVERITY</td><td>DESCRIPTIONS</td></tr><tr><td>CRITICAL                           </td><td>A report that poses a critical threat to the customer's assets.</td></tr><tr><td>HIGH</td><td>A report that has a significant impact on the customer's assets</td></tr><tr><td>MODERATE</td><td>A report that has a moderate impact on the customer.</td></tr><tr><td>LOW</td><td>A report that has a minimal impact on the customer's assets.</td></tr><tr><td>INFORMATIONAL</td><td>A report that has no impact or poses an acceptable risk to the customer's assets.</td></tr></tbody></table>

{% hint style="info" %}
The final determination of the report's severity is also made by the customers.
{% endhint %}


---

# 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://docs.bugv.io/researchers/my-report/report-status.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.
