Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v16/vulnerability_affected_versions.pb.ex
defmodule SBoM.Cyclonedx.V16.VulnerabilityAffectedVersions do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
oneof(:choice, 0)
field(:version, 1, type: :string, oneof: 0)
field(:range, 2, type: :string, oneof: 0)
field(:status, 3,
proto3_optional: true,
type: SBoM.Cyclonedx.V16.VulnerabilityAffectedStatus,
enum: true
)
end