Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

VulnerabilityFinding.md

File metadata and controls

15 lines (11 loc) · 1.07 KB

VulnerabilityFinding

Properties

Name Type Description Notes
id str The identifier of the vulnerability.
instances int The number of vulnerable occurrences of the vulnerability. This does not include `invulnerable` instances.
links list[Link] Hypermedia links to corresponding or related resources. [optional]
results list[AssessmentResult] The vulnerability check results for the finding. Multiple instances may be present if one or more checks fired, or a check has multiple independent results. [optional]
since str The date and time the finding was was first recorded, in the ISO8601 format. If the result changes status this value is the date and time of the status change. [optional]
status str The status of the finding.

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