Module: Arachni::Issue::Element

Defined in:
lib/arachni/issue.rb

Overview

Holds constants to describe the #elem of a vulnerability.

Constant Summary collapse

'link'
FORM =
'form'
'cookie'
HEADER =
'header'
BODY =
'body'
PATH =
'path'
SERVER =
'server'