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 "safe" 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] |
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.