Current section

Files

Jump to
sbom lib sbom cyclonedx v15 patch.pb.ex
Raw

lib/sbom/cyclonedx/v15/patch.pb.ex

defmodule SBoM.Cyclonedx.V15.Patch do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:type, 1, type: SBoM.Cyclonedx.V15.PatchClassification, enum: true)
field(:diff, 2, proto3_optional: true, type: SBoM.Cyclonedx.V15.Diff)
field(:resolves, 3, repeated: true, type: SBoM.Cyclonedx.V15.Issue)
end