CycloneDX::VulnerabilityAnalysis
Inherits JSON::Serializable / Reference / Object
Constants
VALID_JUSTIFICATIONS = ["code_not_present", "code_not_reachable", "requires_configuration", "requires_dependency", "requires_environment", "protected_by_compiler", "protected_at_runtime", "protected_at_perimeter", "protected_by_mitigating_control"]
VALID_STATES = ["resolved", "resolved_with_pedigree", "exploitable", "in_triage", "false_positive", "not_affected"]
Constructors
new(pull : JSON::PullParser)
Sourcenew(state : String | Nil = nil, justification : String | Nil = nil, response : Array(String) | Nil = nil, detail : String | Nil = nil, first_issued : String | Nil = nil, last_updated : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
detail
Sourcefirst_issued
Sourcejustification
Sourcelast_updated
Sourceresponse
Sourcestate
Sourceto_xml(xml : XML::Builder)
Source