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
Use per-alert URLs (security/dependabot/{number}) instead of just
the dashboard. Include alerts in any state, not just open.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Also fetch the advisory URLs for any security-related updates. The dependabot security dashboard is at `https://github.com/{owner}/{repo}/security/dependabot`. Individual alert details (including GHSA links) are available via:
88
+
Also fetch the advisory URLs for any security-related updates. Individual alert details are at `https://github.com/{owner}/{repo}/security/dependabot/{alert_number}`. Fetch alert numbers and GHSA IDs via:
Include both open and auto_dismissed/dismissed alerts — the update may resolve alerts in any state.
95
+
94
96
Cross-reference and group all updates by ecosystem. Present a summary to the user:
95
97
96
98
- How many updates per ecosystem
@@ -200,7 +202,7 @@ git push -u origin HEAD
200
202
**Body should include:**
201
203
202
204
- List of updated dependencies with version changes (old → new)
203
-
- Any security alerts resolved — include severity, GHSA ID, advisory summary, and a link to the advisory (e.g., `https://github.com/advisories/GHSA-xxxx-xxxx-xxxx`). Also link to the repo's dependabot security dashboard: `https://github.com/{owner}/{repo}/security/dependabot`
205
+
- Any security alerts resolved — for each, link to the specific dependabot alert (`https://github.com/{owner}/{repo}/security/dependabot/{alert_number}`) and the GHSA advisory (`https://github.com/advisories/GHSA-xxxx-xxxx-xxxx`), along with severity and summary
204
206
-**High-risk changes flagged for reviewer attention** (major version bumps, wide-blast-radius packages)
0 commit comments