class
CycloneDX::ProofOfConcept
- CycloneDX::ProofOfConcept
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/vulnerability.crConstructors
- .new(pull : JSON::PullParser)
- .new(reproduction_steps : String | Nil = nil, environment : String | Nil = nil, supporting_material : Array(AttachedText) | Nil = nil)
Instance Method Summary
- #environment : String | Nil
- #reproduction_steps : String | Nil
- #supporting_material : Array(AttachedText) | Nil
- #to_xml(xml : XML::Builder)
Constructor Detail
def self.new(reproduction_steps : String | Nil = nil, environment : String | Nil = nil, supporting_material : Array(AttachedText) | Nil = nil)
#