Module: Msf::WebServices::Documentation::Api::V1::VulnApiDoc

Includes:
Swagger::Blocks
Defined in:
lib/msf/core/web_services/documentation/api/v1/vuln_api_doc.rb

Constant Summary collapse

HOST_ID_DESC =
'The ID of host record associated with this vuln.'
HOST_DESC =
'The host where this vuln was discovered.'
NAME_DESC =
'The friendly name/title for this vulnerability.'
NAME_EXAMPLE =
'Docker Daemon Privilege Escalation'
INFO_DESC =
'Information about how this vuln was discovered.'
INFO_EXAMPLE =
'Exploited by exploit/linux/local/docker_daemon_privilege_escalation to create session.'
EXPLOITED_AT_DESC =
'The date and time this vuln was successfully exploited.'
VULN_DETAIL_COUNT =
'Cached count of the number of associated vuln detail objects.'
VULN_ATTEMPT_COUNT =
'Cached count of the number of associated vuln attempt object.'
ORIGIN_ID_DESC =
'ID of the associated origin record.'
ORIGIN_TYPE_DESC =
'The origin type of this vuln.'
REFS_DESC =
'An array of public reference IDs for this vuln.'
REF_ID_DESC =
'The ID of the related Mdm::Ref associated with this vuln.'
REF_NAME_DESC =
'Designation for external reference.  May include a prefix for the authority, such as \'CVE-\', in which case the rest of the name is the designation assigned by that authority.'
REFS_EXAMPLE =
['CVE-2008-4250','OSVDB-49243','MSB-MS08-067']