v0.9.1 — Self-update: 403 on trigger mismatch + reliability
webhook returns 200 even when a trigger rule isn't satisfied, which would let the app's res.ok check falsely report success if the secret drifted. Set trigger-rule-mismatch-http-response-code: 403 so unauthorized triggers are clearly rejected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:migrate:deploy": "prisma migrate deploy",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"db:backfill-locations": "tsx prisma/scripts/backfill-locations.ts",
|
||||
"db:studio": "prisma studio",
|
||||
"db:reset": "prisma migrate reset --force",
|
||||
"db:backup": "sh scripts/db-backup.sh",
|
||||
|
||||
Reference in New Issue
Block a user