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

# Interface: DashboardCvesBySeverity4to79

**`Export`**

DashboardCvesBySeverity4to79

## Table of contents

### Properties

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

## Properties

### count

• **count**: `number`

Number of CVEs with CVSS score higher or equal to 4 and lower then 8.

**`Memberof`**

DashboardCvesBySeverity4to79

#### Defined in

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

___

### known\_exploits

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

Number of CVEs in given bracket with a known exploit.

**`Memberof`**

DashboardCvesBySeverity4to79

#### Defined in

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

___

### percentage

• **percentage**: `number`

Percentage of CVEs with CVSS score higher or equal to 4 and lower then 8.

**`Memberof`**

DashboardCvesBySeverity4to79

#### Defined in

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