scaFixType

Types of fixes available for SCA vulnerabilities.

Examples

enum ScaFixType {
  UNKNOWN
  UNAVAILABLE
  MAJOR
  MINOR
  PATCH
}

Enum values

Enum value
Description

UNKNOWN

Fix type cannot be determined

UNAVAILABLE

No fix is currently available

MAJOR

Requires a major version update which may include breaking changes

MINOR

Requires a minor version update with backward-compatible functionality

PATCH

Requires a patch version update with backward-compatible bug fixes

References

Fields with this object:

Last updated