generatorId property

List<StringFilter>? generatorId
final

The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. In various security-findings providers' solutions, this generator can be called a rule, a check, a detector, a plugin, etc.

Implementation

final List<StringFilter>? generatorId;