Module: Nexpose::VulnException::Status
- Defined in:
- lib/nexpose/vuln_exception.rb
Overview
The state of a vulnerability exception in the work flow process.
Constant Summary collapse
- UNDER_REVIEW =
'Under Review'
- APPROVED =
'Approved'
- REJECTED =
'Rejected'
- DELETED =
'Deleted'