You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: assuming one value means fixed should be last affected, and remove CNA qualifier for parsing attempt (#4078)
fixes:
- Incorrect assumption that if only one version provided, it means
fixed, but should be last affected
- Stop using CNA assigner as a qualifier to attempt to extract
structured versions from a single version field.
metrics.Notes=append(metrics.Notes, fmt.Sprintf("%s - Single version found %v - Assuming introduced = 0 and Fixed = %v", vQuality, vers.Version, vers.Version))
metrics.Notes=append(metrics.Notes, fmt.Sprintf("%s - Single version found %v - Assuming introduced = 0 and last affected = %v", vQuality, vers.Version, vers.Version))
0 commit comments