Module: Arachni::Issue::Severity

Defined in:
lib/arachni/issue.rb

Overview

Holds constants to describe the #severity of an Issue.

Constant Summary collapse

HIGH =
'High'
MEDIUM =
'Medium'
LOW =
'Low'
INFORMATIONAL =
'Informational'