Skip to content

fix: skip deleted repo alerts for GHSA security advisory repos#129

Merged
VerteDinde merged 1 commit into
mainfrom
claude/slack-session-yCXDb
Jun 8, 2026
Merged

fix: skip deleted repo alerts for GHSA security advisory repos#129
VerteDinde merged 1 commit into
mainfrom
claude/slack-session-yCXDb

Conversation

@MarshallOfSound

Copy link
Copy Markdown
Member

Summary

  • Skip "deleted repo" alerts for GHSA (GitHub Security Advisory) repos
  • These repos follow the pattern *-ghsa-XXXX-XXXX-XXXX and are temporary repos created for security advisories
  • Their deletion is expected behavior and shouldn't trigger critical alerts

Test plan

  • Verify the regex pattern matches GHSA repo names like electron-ghsa-1234-5678-9abc
  • Confirm regular repo deletions still trigger alerts
  • Check that the pattern is consistent with the existing filter in permissions/run.ts

Slack thread: https://electronhq.slack.com/archives/GKN8ZB7QX/p1780853972905379

https://claude.ai/code/session_01Fm6UoHK3YHio9Twuv5eBsb


Generated by Claude Code

GHSA repos (e.g., electron-GHSA-xxxx-xxxx-xxxx) are temporary
repositories created for GitHub Security Advisories. Their deletion
is expected and shouldn't trigger critical alerts.

https://claude.ai/code/session_01Fm6UoHK3YHio9Twuv5eBsb
@MarshallOfSound MarshallOfSound requested a review from a team as a code owner June 7, 2026 17:43
@VerteDinde VerteDinde merged commit f19c31a into main Jun 8, 2026
6 checks passed
@VerteDinde VerteDinde deleted the claude/slack-session-yCXDb branch June 8, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants