Current section

Files

Jump to
sbom lib sbom cyclonedx v16 evidence_occurrences.pb.ex
Raw

lib/sbom/cyclonedx/v16/evidence_occurrences.pb.ex

defmodule SBoM.CycloneDX.V16.EvidenceOccurrences do
@moduledoc "CycloneDX EvidenceOccurrences model."
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:bom_ref, 1, proto3_optional: true, type: :string, json_name: "bomRef")
field(:location, 2, type: :string)
field(:line, 3, proto3_optional: true, type: :int32)
field(:offset, 4, proto3_optional: true, type: :int32)
field(:symbol, 5, proto3_optional: true, type: :string)
field(:additionalContext, 6, proto3_optional: true, type: :string)
end