class

CycloneDX::Composition

Inherits JSON::Serializable / Reference / Object

Constants

VALID_AGGREGATES = ["complete", "incomplete", "unknown", "not_specified", "incomplete_first_party_only", "incomplete_first_party_proprietary_only", "incomplete_first_party_opensource_only", "incomplete_third_party_only", "incomplete_third_party_proprietary_only", "incomplete_third_party_opensource_only"]

Constructors

new(aggregate : String, bom_ref : String | Nil = nil, assemblies : Array(String) | Nil = nil, dependencies : Array(String) | Nil = nil, vulnerabilities : Array(String) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

aggregate
Source
assemblies
Source
bom_ref
Source
dependencies
Source
to_xml(xml : XML::Builder)
Source
vulnerabilities
Source