Class: Mdm::VulnDetail
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::VulnDetail
- Defined in:
- app/models/mdm/vuln_detail.rb
Overview
Vulnerability details supplied from an external source, such as Nexpose.
Common Vulnerability Scoring System collapse
-
#cvss_score ⇒ Float
Composite Common Vulnerability Scoring System (CVSS) Score.
-
#cvss_vector ⇒ String
#cvss_score broken down into its encoded components.
Nexpose collapse
-
#nx_added ⇒ DateTime
When this vulnerability was added in Nexpose.
-
#nx_device_id ⇒ Integer
ID of target device in Nexpose.
-
#nx_modified ⇒ DateTime
The last time this vulnerability was modified in Nexpose.
-
#nx_proof_key ⇒ String
Key to #proof in Nexpose.
-
#nx_published ⇒ DateTime
When this vulnerability was published according to Nexpose.
-
#nx_scan_id ⇒ Integer
ID of scan that found this vulnerability in Nexpose.
-
#nx_severity ⇒ Float
Severity of this vulnerability according to Nexpose.
-
#nx_tags ⇒ String
Tags on this vulnerability in Nexpose.
-
#nx_vuln_id ⇒ String
ID of this vulnerability in Nexpose.
-
#nx_vuln_status ⇒ String
Status of this vulnerability in Nexpose.
-
#nx_vulnerable_since ⇒ DateTime
When this vulnerability was first identified for the target in Nexpose.
Nexpose PCI collapse
-
#nx_pci_compliance_status ⇒ String
Status of PCI compliance with regards to this vulnerability according to Nexpose.
-
#nx_pci_severity ⇒ Float
The severity for the vulnerability under PCI according to Nexpose.
Instance Attribute Summary collapse
-
#description ⇒ String
Long description of this vulnerability.
-
#proof ⇒ String
Proof of this vulnerability existing on the target.
-
#solution ⇒ String
Solution to fix this vulnerability.
-
#src ⇒ String
Source of this vulnerability detail.
-
#title ⇒ String
Title of this vulnerability.
Instance Attribute Details
#cvss_score ⇒ Float
Composite Common Vulnerability Scoring System (CVSS) Score
|
# File 'app/models/mdm/vuln_detail.rb', line 45
|
#cvss_vector ⇒ String
#cvss_score broken down into its encoded components
|
# File 'app/models/mdm/vuln_detail.rb', line 50
|
#description ⇒ String
Long description of this vulnerability.
|
# File 'app/models/mdm/vuln_detail.rb', line 16
|
#nx_added ⇒ DateTime
When this vulnerability was added in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 72
|
#nx_device_id ⇒ Integer
ID of target device in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 77
|
#nx_modified ⇒ DateTime
The last time this vulnerability was modified in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 82
|
#nx_pci_compliance_status ⇒ String
Status of PCI compliance with regards to this vulnerability according to Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 135
|
#nx_pci_severity ⇒ Float
The severity for the vulnerability under PCI according to Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 140
|
#nx_published ⇒ DateTime
When this vulnerability was published according to Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 92
|
#nx_scan_id ⇒ Integer
ID of scan that found this vulnerability in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 97
|
#nx_severity ⇒ Float
Severity of this vulnerability according to Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 122
|
#nx_tags ⇒ String
Tags on this vulnerability in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 102
|
#nx_vuln_id ⇒ String
ID of this vulnerability in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 107
|
#nx_vuln_status ⇒ String
Status of this vulnerability in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 112
|
#nx_vulnerable_since ⇒ DateTime
When this vulnerability was first identified for the target in Nexpose.
|
# File 'app/models/mdm/vuln_detail.rb', line 117
|
#proof ⇒ String
Proof of this vulnerability existing on the target.
|
# File 'app/models/mdm/vuln_detail.rb', line 31
|
#solution ⇒ String
Solution to fix this vulnerability.
|
# File 'app/models/mdm/vuln_detail.rb', line 36
|
#src ⇒ String
Source of this vulnerability detail.
|
# File 'app/models/mdm/vuln_detail.rb', line 21
|
#title ⇒ String
Title of this vulnerability.
|
# File 'app/models/mdm/vuln_detail.rb', line 26
|