[@redhat-cloud-services/vulnerabilities-client](../README.md) / [Exports](../modules.md) / DashboardCvesBySeverity8to10

# Interface: DashboardCvesBySeverity8to10

**`Export`**

DashboardCvesBySeverity8to10

## Table of contents

### Properties

- [count](DashboardCvesBySeverity8to10.md#count)
- [known\_exploits](DashboardCvesBySeverity8to10.md#known_exploits)
- [percentage](DashboardCvesBySeverity8to10.md#percentage)

## Properties

### count

• **count**: `number`

Number of CVEs with CVSS score higher or equal to 8.

**`Memberof`**

DashboardCvesBySeverity8to10

#### Defined in

[api.ts:648](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L648)

___

### known\_exploits

• `Optional` **known\_exploits**: `number`

Number of CVEs in given bracket with a known exploit.

**`Memberof`**

DashboardCvesBySeverity8to10

#### Defined in

[api.ts:660](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L660)

___

### percentage

• **percentage**: `number`

Percentage of CVEs with CVSS score higher or equal to 8.

**`Memberof`**

DashboardCvesBySeverity8to10

#### Defined in

[api.ts:654](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L654)
