# CVSS

Вы можете использовать CVSS ([Common Vulnerability Scoring System](https://www.first.org/cvss/)), чтобы лучше оценить безопасность своих продуктов. CVSS - это стандартизированная система оценки серьезности уязвимостей в информационных системах.

Он включает в себя ряд показателей, таких как тип атаки, уровень привилегий, влияние на конфиденциальность, целостность данных и доступность.

Security Center поддерживает две версии стандарта: [3.1](https://www.first.org/cvss/v3-1/) и [4.0](https://www.first.org/cvss/v4-0/).

[Настроив роль CVSS](/security-center/features/security-metrics/cvss/cvss-rule.md) и определив соответствующие векторы для своих продуктов, вы сможете более точно определить уровень риска и потенциальные угрозы безопасности.

Вы также можете вручную назначить вектор CVSS для обнаружения

Эта информация появится в ваших отчетах и поможет вашей команде принять более эффективные меры по обеспечению безопасности и защите ваших продуктов.


---

# 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.cybercodereview.ru/security-center/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.
