> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/vulnerability-and-security-monitors/how-to-resolve-sprinto-check-for-uploading-the-vapt-report.md).

# How to resolve Sprinto check for uploading the VAPT report

### About

Sprinto check: Periodic VAPT report needs to be uploaded

This check serves as a reminder to upload the Vulnerability Assessment & Penetration Testing (VAPT) report on Sprinto. Uploading the VAPT report is a periodic action and requires uploading the recently performed VAPT report each time as evidence.

### Purpose

This check ensures regular Pentests are performed on the IT systems to detect any vulnerabilities and enhance security. You need to add the detected vulnerabilities on your Sprinto account if the VAPT report finds any. Sprinto tracks the vulnerability's status until it is resolved from the detected source. Uploaded VAPT reports and tracking the detected vulnerabilities is crucial to meeting the security complaint requirements.

### How to resolve

To resolve this check:

1. Perform the Pentest from a certified service provider and upload the VAPT report on your Sprinto account.
2. If the report reveals any existing vulnerabilities, add them to your Sprinto account in open status.
3. Resolve these vulnerabilities from the identified sources and update the vulnerability status on Sprinto. Resolve the vulnerabilities within the defined SLA.

For detailed instructions, refer to [how to upload the pentest report](https://sprinto.freshdesk.com/support/solutions/articles/72000608460-how-to-upload-pentest-report-and-add-vulnerabilities-).

If you need any assistance with Sprinto check, please contact [Sprinto Support](mailto:www.support@sprinto.com).


---

# 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.sprinto.com/monitors/vulnerability-and-security-monitors/how-to-resolve-sprinto-check-for-uploading-the-vapt-report.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.
