Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The following options are available above the list:
The finding list contains the following information:

* **Severity** — The severity level of the finding related to that component.
* **Finding Type** — The type of finding, which can be **Outdated** or **Deprecated**.
* **Finding Type** — The type of finding, which can be **Outdated**, **Deprecated**, or **Vulnerable**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.Dashes] Remove spaces around the em dash (—). Or, to set off a list item intro or number range, use an en dash (–) instead.

* **Component** — The name of the component used in the app. Clicking this takes you to the corresponding Mendix Marketplace page.
* **Version** — The version of the component that is used in the app.
* **Type** — The type of component.
Expand All @@ -112,7 +112,7 @@ If a finding is marked as **Vulnerable**, its corresponding component has a **Vi
* **Finding Details** – This includes the following details:

* **Severity** – The severity of the finding, as computed on the [Scoring Criteria](/control-center/scoring-criteria-tab/) tab.
* **CVE-ID** – The unique ID which identifies the finding on the **Security Advisories** page.
* **CVE-ID** – The unique ID which identifies the finding on the [Security Advisories](https://docs.mendix.com/releasenotes/security-advisories/) page.
* **CVSS Score 3.1** and **CVSS Score 4.0** – The CVSS score, as computed based on the [NVD Vulnerability Metrics](https://nvd.nist.gov/vuln-metrics) framework.
* **Age** – The number of days since the date when the CVSS score was computed.
* **Created on** – The date when the component was created.
Expand Down
Loading