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

# Interface: DashboardCvesBySeverity0to39

**`Export`**

DashboardCvesBySeverity0to39

## Table of contents

### Properties

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

## Properties

### count

• **count**: `number`

Number of CVEs with CVSS score lower than 4.

**`Memberof`**

DashboardCvesBySeverity0to39

#### Defined in

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

___

### known\_exploits

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

Number of CVEs in given bracket with a known exploit.

**`Memberof`**

DashboardCvesBySeverity0to39

#### Defined in

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

___

### percentage

• **percentage**: `number`

Percentage of CVEs with CVSS score lower than 4.

**`Memberof`**

DashboardCvesBySeverity0to39

#### Defined in

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