php-content/tests/Unit
Snider 0120908669 feat(webhooks): P2-082 P2-083 signature verification and delivery logging
P2-082: Webhook Signature Verification
- Add require_signature field, verifySignatureWithDetails()
- Support grace period during secret rotation
- Log signature failures for audit

P2-083: Webhook Delivery Logging
- WebhookDeliveryLogger service for centralised logging
- Track duration, response code, signature verification
- Add getDeliveryStats() and getRecentSignatureFailures()

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:22:09 +00:00
..
.gitkeep Initial commit 2026-01-26 23:24:57 +00:00
ContentSearchServiceTest.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:49 +00:00
ContentWebhookEndpointTest.php feat(webhooks): P2-082 P2-083 signature verification and delivery logging 2026-01-29 14:22:09 +00:00
HtmlSanitiserTest.php fix(security): require HTMLPurifier for XSS sanitisation 2026-01-29 12:34:35 +00:00
McpHandlersTest.php refactor: rename namespace Core\Content to Core\Mod\Content 2026-01-27 16:24:53 +00:00
ProcessContentWebhookTest.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:49 +00:00
WebhookDeliveryLoggerTest.php feat(webhooks): P2-082 P2-083 signature verification and delivery logging 2026-01-29 14:22:09 +00:00