> For the complete documentation index, see [llms.txt](https://docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section/pentest-report-actions.md).

# Pentest Report Actions

In the pentest report action section, program managers have the ability to manage reports in an efficient manner by taking various actions on them. These actions include:

* Marking the status of a report as ignored or resolved
* Requesting a retest for a vulnerability
* Connecting the report to various integrations
* Adding comments and notes to the report
* Printing a specific vulnerability report

### Marking the Status of the Report&#x20;

This allows program managers to update the status of a vulnerability report to indicate that it has been addressed or is not a valid issue.

#### To change the status of a report

1. Go to the metadata panel and click on the "Mark Vulnerability Status" button.&#x20;
2. This will bring up a dropdown menu where you can select the desired status for the report, such as "Ignored" or "Resolved."

### Requesting a Retest

If a program manager is unsure about the validity of a report, they can request a retest to have the vulnerability re-evaluated.

#### To request a retest of a vulnerability&#x20;

1. Go to the metadata panel and click on the "Request Retest" button.&#x20;

### Connecting to Various Integrations

Program managers can connect their pentest reports to various integrations such as Jira, Asana and Github. This allows program managers to integrate their pentest program with their existing workflows and processes.

#### To connect to various integrations,

1. Go to the metadata panel and click on the "Connect to \* " button.&#x20;

### Adding comments

Program managers can add comments to a report in order to provide feedback or additional information to the pentester who submitted the report.

### Printing Vulnerability Report

Program managers can print a report in order to have a physical copy for record keeping or for sharing with other team members.

#### To print a vulnerability report&#x20;

1. Go to the metadata panel and click on the "Print Report" button.&#x20;
2. This will open a printable version of the report that you can print or save as a PDF.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugbase.ai/program-guide/pentest-dashboard/vulnerabilities-section/pentest-report-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
