Types of fixes available for SCA vulnerabilities.
enum ScaFixType { UNKNOWN UNAVAILABLE MAJOR MINOR PATCH }
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
{} IssueFilters.scaFixType
{} Issue.scaFixType
Last updated 7 months ago