SBoM.CycloneDX.V17.Citation (SBoM v0.9.1)

View Source

Details a specific attribution of data within the BOM to a contributing entity or process.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V17.Citation{
  __unknown_fields__: [Protobuf.unknown_field()],
  attributed_to: String.t() | nil,
  bom_ref: String.t() | nil,
  note: String.t() | nil,
  process: String.t() | nil,
  target:
    {:pointers, SBoM.CycloneDX.V17.Citation.Pointers.t() | nil}
    | {:expressions, SBoM.CycloneDX.V17.Citation.Expressions.t() | nil}
    | nil,
  timestamp: Google.Protobuf.Timestamp.t() | nil
}