feat(webhooks): add suppression webhooks - #353
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Cisneiros
marked this pull request as ready for review
July 28, 2026 13:46
Contributor
There was a problem hiding this comment.
1 issue found across 9 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="pnpm-workspace.yaml">
<violation number="1" location="pnpm-workspace.yaml:5">
P2: Broadening `minimumReleaseAgeExclude` from `resend@6.18.0` to `resend` removes supply-chain protection for all future versions of `resend`. A scoped entry like `resend@6.18.1` would achieve the immediate need while keeping later versions subject to the release-age check.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
dielduarte
approved these changes
Jul 28, 2026
felipefreitag
force-pushed
the
feat/suppression-webhooks
branch
from
August 10, 2026 20:44
5d59a60 to
bb3f827
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes
suppression.addedandsuppression.removedwebhooks.Summary by cubic
Adds suppression webhooks to the CLI:
suppression.addedandsuppression.removed. The "all" shorthand now expands to 19 events, and help/listen outputs include the Suppression category.New Features
suppression.addedandsuppression.removedtoALL_WEBHOOK_EVENTS.webhooks createandwebhookshelp list the Suppression category (19 total events).webhooks listenshows the suppressed email in event details.--events all.Dependencies
resendto6.18.1.resendfrom minimum release age.Written for commit bb3f827. Summary will update on new commits.