static FindingDetail.Builder |
FindingDetail.builder() |
|
default FindingDetail.Builder |
FindingDetail.Builder.cisaData(Consumer<CisaData.Builder> cisaData) |
Sets the value of the CisaData property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.cisaData(CisaData cisaData) |
Sets the value of the CisaData property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.cwes(String... cwes) |
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.cwes(Collection<String> cwes) |
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.epssScore(Double epssScore) |
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Collection<Evidence> evidences) |
Information on the evidence of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Consumer<Evidence.Builder>... evidences) |
Information on the evidence of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Evidence... evidences) |
Information on the evidence of the vulnerability.
|
default FindingDetail.Builder |
FindingDetail.Builder.exploitObserved(Consumer<ExploitObserved.Builder> exploitObserved) |
Sets the value of the ExploitObserved property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.exploitObserved(ExploitObserved exploitObserved) |
Sets the value of the ExploitObserved property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.findingArn(String findingArn) |
The finding ARN that the vulnerability details are associated with.
|
FindingDetail.Builder |
FindingDetail.Builder.referenceUrls(String... referenceUrls) |
The reference URLs for the vulnerability data.
|
FindingDetail.Builder |
FindingDetail.Builder.referenceUrls(Collection<String> referenceUrls) |
The reference URLs for the vulnerability data.
|
FindingDetail.Builder |
FindingDetail.Builder.riskScore(Integer riskScore) |
The risk score of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.toBuilder() |
|
FindingDetail.Builder |
FindingDetail.Builder.tools(String... tools) |
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.tools(Collection<String> tools) |
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.ttps(String... ttps) |
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.ttps(Collection<String> ttps) |
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|