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

# Interface: ExecutiveReportCvesBySeverity4to79

**`Export`**

ExecutiveReportCvesBySeverity4to79

## Table of contents

### Properties

- [count](ExecutiveReportCvesBySeverity4to79.md#count)
- [percentage](ExecutiveReportCvesBySeverity4to79.md#percentage)

## Properties

### count

• **count**: `number`

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

**`Memberof`**

ExecutiveReportCvesBySeverity4to79

#### Defined in

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

___

### percentage

• **percentage**: `number`

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

**`Memberof`**

ExecutiveReportCvesBySeverity4to79

#### Defined in

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