# CVSS

You can use **CVSS** ([Common Vulnerability Scoring System](https://www.first.org/cvss/)) to better assess the security of your products. CVSS is a standardised system for rating the severity of vulnerabilities in information systems.&#x20;

It includes a number of metrics such as attack type, privilege level, impact on confidentiality, data integrity and availability.&#x20;

AppSec Portal has support for two versions of the standard: [3.1 ](https://www.first.org/cvss/v3-1/)and [4.0](https://www.first.org/cvss/v4-0/).

By [set up the CVSS role](/appsec-portal/features/security-metrics/cvss/cvss-rule.md) and defining the appropriate vectors for your products, you can more accurately determine the level of risk and potential security threats.&#x20;

You can also manually assign an CVSS vector for your finding

This information will appear in your reports and help your team take more effective action to secure and protect your products.


---

# 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.whitespots.io/appsec-portal/features/security-metrics/cvss.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.
