Skip to content

/AWS1/CL_SHBSEVERITYUPDATE

Updates to the severity information for a finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NORMALIZED TYPE /AWS1/SHBRATIOSCALE /AWS1/SHBRATIOSCALE

The normalized severity for the finding. This attribute is to be deprecated in favor of Label.

If you provide Normalized and do not provide Label, Label is set automatically as follows.

  • 0 - INFORMATIONAL

  • 1–39 - LOW

  • 40–69 - MEDIUM

  • 70–89 - HIGH

  • 90–100 - CRITICAL

IV_PRODUCT TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.

IV_LABEL TYPE /AWS1/SHBSEVERITYLABEL /AWS1/SHBSEVERITYLABEL

The severity value of the finding. The allowed values are the following.

  • INFORMATIONAL - No issue was found.

  • LOW - The issue does not require action on its own.

  • MEDIUM - The issue must be addressed but not urgently.

  • HIGH - The issue must be addressed as a priority.

  • CRITICAL - The issue must be remediated immediately to avoid it escalating.


Queryable Attributes

Normalized

The normalized severity for the finding. This attribute is to be deprecated in favor of Label.

If you provide Normalized and do not provide Label, Label is set automatically as follows.

  • 0 - INFORMATIONAL

  • 1–39 - LOW

  • 40–69 - MEDIUM

  • 70–89 - HIGH

  • 90–100 - CRITICAL

Accessible with the following methods

Method Description
GET_NORMALIZED() Getter for NORMALIZED, with configurable default
ASK_NORMALIZED() Getter for NORMALIZED w/ exceptions if field has no value
HAS_NORMALIZED() Determine if NORMALIZED has a value

Product

The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.

Accessible with the following methods

Method Description
GET_PRODUCT() Getter for PRODUCT, with configurable default
ASK_PRODUCT() Getter for PRODUCT w/ exceptions if field has no value
STR_PRODUCT() String format for PRODUCT, with configurable default
HAS_PRODUCT() Determine if PRODUCT has a value

Label

The severity value of the finding. The allowed values are the following.

  • INFORMATIONAL - No issue was found.

  • LOW - The issue does not require action on its own.

  • MEDIUM - The issue must be addressed but not urgently.

  • HIGH - The issue must be addressed as a priority.

  • CRITICAL - The issue must be remediated immediately to avoid it escalating.

Accessible with the following methods

Method Description
GET_LABEL() Getter for LABEL, with configurable default
ASK_LABEL() Getter for LABEL w/ exceptions if field has no value
HAS_LABEL() Determine if LABEL has a value