> For the complete documentation index, see [llms.txt](https://docs.whitespots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whitespots.io/appsec-portal/features/security-metrics/cvss.md).

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