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

# Interface: OSExposureReportData

**`Export`**

OSExposureReportData

## Table of contents

### Properties

- [cves\_critical](OSExposureReportData.md#cves_critical)
- [cves\_important](OSExposureReportData.md#cves_important)
- [cves\_low](OSExposureReportData.md#cves_low)
- [cves\_moderate](OSExposureReportData.md#cves_moderate)
- [cves\_unpatched\_critical](OSExposureReportData.md#cves_unpatched_critical)
- [cves\_unpatched\_important](OSExposureReportData.md#cves_unpatched_important)
- [cves\_unpatched\_low](OSExposureReportData.md#cves_unpatched_low)
- [cves\_unpatched\_moderate](OSExposureReportData.md#cves_unpatched_moderate)
- [lifecycle\_phase](OSExposureReportData.md#lifecycle_phase)
- [major](OSExposureReportData.md#major)
- [minor](OSExposureReportData.md#minor)
- [name](OSExposureReportData.md#name)

## Properties

### cves\_critical

• **cves\_critical**: `number`

Number of CVEs with Critical severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_important

• **cves\_important**: `number`

Number of CVEs with Important severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_low

• **cves\_low**: `number`

Number of CVEs with Low severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_moderate

• **cves\_moderate**: `number`

Number of CVEs with Moderate severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_unpatched\_critical

• **cves\_unpatched\_critical**: `number`

Number of unpatched CVEs with Critical severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_unpatched\_important

• **cves\_unpatched\_important**: `number`

Number of unpatched CVEs with Important severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_unpatched\_low

• **cves\_unpatched\_low**: `number`

Number of unpatched CVEs with Low severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### cves\_unpatched\_moderate

• **cves\_unpatched\_moderate**: `number`

Number of unpatched CVEs with Moderate severity.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### lifecycle\_phase

• **lifecycle\_phase**: `string`

Lifecycle phase of the given version.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### major

• **major**: `number`

Operating system major version.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### minor

• **minor**: `number`

Operating system minor version.

**`Memberof`**

OSExposureReportData

#### Defined in

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

___

### name

• **name**: `string`

Name of the operating system.

**`Memberof`**

OSExposureReportData

#### Defined in

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