Current section

Files

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

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

defmodule SBoM.CycloneDX.V16.VulnerabilityResponse do
@moduledoc "CycloneDX VulnerabilityResponse model."
use Protobuf, enum: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:VULNERABILITY_RESPONSE_NULL, 0)
field(:VULNERABILITY_RESPONSE_CAN_NOT_FIX, 1)
field(:VULNERABILITY_RESPONSE_WILL_NOT_FIX, 2)
field(:VULNERABILITY_RESPONSE_UPDATE, 3)
field(:VULNERABILITY_RESPONSE_ROLLBACK, 4)
field(:VULNERABILITY_RESPONSE_WORKAROUND_AVAILABLE, 5)
end