Current section

Files

Jump to
sbom lib sbom cyclonedx v14 issue.pb.ex
Raw

lib/sbom/cyclonedx/v14/issue.pb.ex

defmodule SBoM.Cyclonedx.V14.Issue do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:type, 1, type: SBoM.Cyclonedx.V14.IssueClassification, enum: true)
field(:id, 2, proto3_optional: true, type: :string)
field(:name, 3, proto3_optional: true, type: :string)
field(:description, 4, proto3_optional: true, type: :string)
field(:source, 5, proto3_optional: true, type: SBoM.Cyclonedx.V14.Source)
field(:references, 6, repeated: true, type: :string)
end