Exceptions

Finding

class teksi_hooks.exceptions.Finding(severity, message)[source]

Base class for findings.

Parameters:
  • severity (Severity)

  • message (str)

Fields

severity

Type: Severity

Severity level assigned to the finding.

message

Type: str

Human-readable description of the validation issue.