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

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

PCI.md

File metadata and controls

14 lines (10 loc) · 1.06 KB

PCI

Properties

Name Type Description Notes
adjusted_cvss_score int The CVSS score of the vulnerability, adjusted for PCI rules and exceptions, on a scale of 0-10. [optional]
adjusted_severity_score int The severity score of the vulnerability, adjusted for PCI rules and exceptions, on a scale of 0-10. [optional]
fail bool Whether if present on a host this vulnerability would cause a PCI failure. `true` if "status" is `"Fail"`, `false` otherwise. [optional]
special_notes str Any special notes or remarks about the vulnerability that pertain to PCI compliance. [optional]
status str The PCI compliance status of the vulnerability. One of: `"Pass"`, `"Fail"`. [optional]

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