-
Notifications
You must be signed in to change notification settings - Fork 61
Severity
Daniele Linguaglossa edited this page Jan 8, 2018
·
1 revision
Severity is an enum-like class and it's used during the creation of passed test it's used to indicate the severity of the vulnerability (Critical, High, medium, low, info)
Create a passed test with Critical severity
Scanner.makePassedTest("Description", Utils.httpToString(base_request), Utils.httpToString(response), server, param, Vuln.CONFIDENCE_FIRM, Severity.CRITICAL, plugin)
Below the list of available properties:
- CRITICAL
- HIGH
- MEDIUM
- LOW
- INFO