[BUG] API call in getVulnerabilityAlerts
function lacks pagination, misses alerts
#37167
Replies: 1 comment
-
Fixed in #37395 |
Beta Was this translation helpful? Give feedback.
0 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.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Summary
Renovate's
getVulnerabilityAlerts
function lacks pagination, causing security alerts to be missed when repositories have >100 Dependabot alerts.Issue
getVulnerabilityAlerts
Impact
Fix
Add pagination support to fetch all alerts, not just first 100. Simple fix - set pagination parameter to
true
in API request.Reproduction
vulnerabilityAlerts
GitHub vulnerability details
entry in logs)Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions