integrityImpact property

String? integrityImpact
getter/setter pair

This metric measures the impact to integrity of a successfully exploited vulnerability. Possible string values are:

  • "IMPACT_UNSPECIFIED" : Invalid value.
  • "IMPACT_HIGH" : High impact.
  • "IMPACT_LOW" : Low impact.
  • "IMPACT_NONE" : No impact.

Implementation

core.String? integrityImpact;