ref(webhooks): remove legacy sentry_webhooks plugin#118077
Draft
Christinarlong wants to merge 3 commits into
Draft
ref(webhooks): remove legacy sentry_webhooks plugin#118077Christinarlong wants to merge 3 commits into
Christinarlong wants to merge 3 commits into
@sentry/warden / warden
completed
Jun 18, 2026 in 0s
1 issue
Medium
Webhook stub added for orgs with only soft-deleted projects that have webhooks enabled - `src/sentry/workflow_engine/processors/action.py:373-378`
The ProjectOption filter at line 373 is missing project__status=ObjectStatus.ACTIVE, so a soft-deleted project with webhooks:enabled=True will cause the stub to appear as an available action for the org even though no active project has webhooks configured.
6 skills analyzed
| Skill | Findings | Duration | Cost |
|---|---|---|---|
| security-review | 0 | 44.4s | $0.20 |
| sentry-backend-bugs | 1 | 2m 5s | $0.45 |
| wrdn-pii | 0 | 13.6s | $0.14 |
| wrdn-authz | 0 | 17.1s | $0.14 |
| wrdn-code-execution | 0 | 19.7s | $0.10 |
| wrdn-data-exfil | 0 | 9.1s | $0.10 |
⏱ 3m 49s · 748.5k in / 11.7k out · $1.12
Loading