GitLab native support for vulnerability alerts #45058
jrinaudo-gitlab
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
|
Sounds like a plan - do we have example(s) for what the API responses look like on a real repo? (Note to self: #44153 will be a prereq) |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Extend Renovate’s existing
vulnerabilityAlertssupport to also consume GitLab-native vulnerability alerts, so GitLab projects receive targeted security-fix MRs in the same way GitHub users do today. These MRs should honor the existingvulnerabilityAlertsconfiguration (for examplelabels,automerge,schedule,minimumReleaseAge) and bypass normal rate limits and schedules so that security fixes are never queued behind routine updates.Use GitLab’s Vulnerability report and Dependency list as primary data sources: cross-reference vulnerabilities surfaced in the Vulnerability report with components in the Dependency list to identify vulnerable, Renovate-managed dependencies and automatically propose version bumps that remediate those findings.
All reactions