Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.25 KB

VulnerabilityCheck.md

File metadata and controls

16 lines (13 loc) · 1.25 KB

Rapid7VmConsole::VulnerabilityCheck

Properties

Name Type Description Notes
id String The identifier of the vulnerability check. [optional]
links Array<Link> Hypermedia links to corresponding or related resources. [optional]
plugin String The name of the plugin (module) the check belongs to. [optional]
potential BOOLEAN Whether the check results in potential vulnerabilities. [optional]
requires_credentials BOOLEAN Whether the check requires credentials in order to run. [optional]
safe BOOLEAN Whether the checked is deemed to be &quot;safe&quot; to run. A safe check is one that can be run without negatively impacting the host it is run against. [optional]
service BOOLEAN Whether the check operates against a service, or false it it is a local check. [optional]
unique BOOLEAN 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 String The identifier of the vulnerability the check results in. [optional]