Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.37 KB

VulnerabilityCheck.md

File metadata and controls

18 lines (14 loc) · 1.37 KB

VulnerabilityCheck

Properties

Name Type Description Notes
id str The identifier of the vulnerability check. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
plugin str The name of the plugin (module) the check belongs to. [optional]
potential bool Whether the check results in potential vulnerabilities. [optional]
requires_credentials bool Whether the check requires credentials in order to run. [optional]
safe bool Whether the checked is deemed to be "safe" to run. A safe check is one that can be run without negatively impacting the host it is run against. [optional]
service bool Whether the check operates against a service, or false it it is a local check. [optional]
unique bool Whether the check may only register a result once during a scan of host. Otherwise, the tests in the check can run multiple times, possibly registering multiple results. [optional]
vulnerability str The identifier of the vulnerability the check results in. [optional]

[Back to Model list] [Back to API list] [Back to README]