# Vulnerabilities Section

In the vulnerabilities section, program managers can view all vulnerabilities found during the pentest, organized by their status (**resolved** or **unresolved**) and issue type.&#x20;

They can also view the **Affected URL** and **priority** of each vulnerability. Additionally, program managers can search for vulnerabilities using keywords to quickly find specific vulnerabilities. This section provides a comprehensive view of all vulnerabilities found during the pentest, allowing program managers to effectively manage and prioritize their security issues.

By clicking on any vulnerability report, program managers can view detailed information about the vulnerability, including the **affected URL**, **issue type**, **priority**, and any **additional comments** or **recommendations** provided by the pentester.&#x20;

They can also take various actions on the vulnerability, such as marking it as resolved, assigning it to a specific team member for further investigation, or adding comments or notes.&#x20;

This allows program managers to easily manage and track the progress of their vulnerabilities, and take necessary actions to address them.


---

# 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.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section.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.
