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

# Interface: ExecutiveReportRecentCves

Number of recently published CVEs identified on managed systems

**`Export`**

ExecutiveReportRecentCves

## Table of contents

### Properties

- [last30days](ExecutiveReportRecentCves.md#last30days)
- [last7days](ExecutiveReportRecentCves.md#last7days)
- [last90days](ExecutiveReportRecentCves.md#last90days)

## Properties

### last30days

• **last30days**: `number`

Number of CVEs identified on managed systems published in last 30 days.

**`Memberof`**

ExecutiveReportRecentCves

#### Defined in

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

___

### last7days

• **last7days**: `number`

Number of CVEs identified on managed systems published in last 7 days.

**`Memberof`**

ExecutiveReportRecentCves

#### Defined in

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

___

### last90days

• **last90days**: `number`

Number of CVEs identified on managed systems published in last 90 days.

**`Memberof`**

ExecutiveReportRecentCves

#### Defined in

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