kunalnagarco / action-cve

A GitHub action that sends Dependabot Vulnerability Alerts to Slack, PagerDuty, Zenduty, Microsoft Teams.
https://github.com/marketplace/actions/check-cve
MIT License
20 stars 20 forks source link

Alert state should be filtered as part of the 'listAlertsForRepo' endpoint call rather than on the frontend #166

Closed dan-serendipity closed 4 months ago

dan-serendipity commented 4 months ago

The existing call returns the first count alerts. Some of these alerts may be fixed or dismissed, while there may be older open alerts which were not returned. Moving the filter operation to the backend resolves this problem. https://github.com/kunalnagarco/action-cve/pull/167