description property

String? description
getter/setter pair

Text that describes the vulnerability or misconfiguration that the custom module detects.

This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks.

Implementation

core.String? description;