# Vulnerability export

{% hint style="info" %}
*This feature is only available for* [*SCA Premium & Enterprise*](https://debricked.com/pricing/) *users. Already have an account?* [*Click here to upgrade.*](https://debricked.com/app/en/repositories?billingModal=enterprise,free)
{% endhint %}

The Vulnerability Export summarizes data about all of your projects. It shows a summary of the total number of vulnerabilities found, their classification between critical and high, and their review status.

### Generate a vulnerability export

1. Click **Generate Export** on the top right corner of the page.
2. Select the **scope** of the export as either global, repositories or groups.
3. Under **Export Type***,* select **Vulnerability Export.**
4. Click **Generate.**
5. Check your email for the exported data, which will be sent to you in the .xslx format. If you cannot find the email in your inbox, check the SPAM folder.

The exported data is divided into four columns:

* Repository - A list of all your projects.
* Total vulnerabilities - The total number of vulnerabilities found per repository.
* Vulnerability priority - The number of vulnerabilities found with a CVSS rating of high or critical.
* Review status - The current status set for each vulnerability. It can be either vulnerable, unexamined, paused snoozed or unaffected.


---

# 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.debricked.com/product/exporting-sbom/vulnerability-export.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.
