-
Notifications
You must be signed in to change notification settings - Fork 61
ScanType
Daniele Linguaglossa edited this page Jan 8, 2018
·
3 revisions
ScanType is an enum-like class and it's used during the plugin initialization to specify the plugin risk (invasive, mid-invasive and not invasive)
Register an invasive plugin
Scanner.registerPlugin("plugin-name", "Plugin Descritpion", ScanType.RISK_INVASIVE)
Below the list of available properties:
- RISK_INVASIVE
- RISK_MID_INVASIVE
- RISK_NOT_INVASIVE