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

# Interface: ExecutiveReportCvesBySeverity8to10

**`Export`**

ExecutiveReportCvesBySeverity8to10

## Table of contents

### Properties

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

## Properties

### count

• **count**: `number`

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

**`Memberof`**

ExecutiveReportCvesBySeverity8to10

#### Defined in

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

___

### percentage

• **percentage**: `number`

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

**`Memberof`**

ExecutiveReportCvesBySeverity8to10

#### Defined in

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