Libraries
»
arachni
(0.4.1.1)
»
Index (S)
»
Arachni
»
Issue
»
Severity
Module: Arachni::Issue::Severity
Defined in:
lib/arachni/issue.rb
Overview
Holds constants to describe the
#severity
of a vulnerability.
Constant Summary
collapse
HIGH =
'High'
MEDIUM =
'Medium'
LOW =
'Low'
INFORMATIONAL =
'Informational'