Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Erratum

An object that defines an erratum..

Properties

Optional advisorySeverity

advisorySeverity: model.AdvisorySeverity

The severity for a security advisory, otherwise, null.

Optional advisoryType

advisoryType: model.AdvisoryTypes

The advisory type of the erratum.

Optional classificationType

classificationType: model.ClassificationTypes

Type of the erratum. This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead.

Optional description

description: undefined | string

Details describing the erratum.

Optional from

from: undefined | string

Information specifying from where the erratum was release.

name

name: string

Advisory name.

Optional osFamilies

osFamilies: Array<OsFamily>

List of affected OS families.

Optional packages

List of packages affected by this erratum.

Optional references

references: undefined | string

Information describing how to find more information about. the erratum.

Optional relatedCves

relatedCves: Array<string>

List of CVEs applicable to this erratum.

Optional repositories

repositories: Array<string>

List of repository identifiers.

Optional solution

solution: undefined | string

Information describing how the erratum can be resolved.

Optional synopsis

synopsis: undefined | string

Summary description of the erratum.

Optional timeIssued

timeIssued: Date

The date and time the erratum was issued (in RFC 3339 format).

Optional timeUpdated

timeUpdated: Date

The date and time the erratum was updated (in RFC 3339 format).

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Erratum): object

getJsonObj