Current section

Files

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

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

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