feat: Add HMAC-SHA256 webhook signature validation for Slack (#588)

* feat: Add HMAC-SHA256 webhook signature validation for Slack

* review fixes
This commit is contained in:
Nick Pismenkov
2026-03-05 19:27:10 -08:00
committed by GitHub
parent 2d332f12f0
commit 14de4c1b57
9 changed files with 753 additions and 28 deletions
+1
View File
@@ -128,6 +128,7 @@ wasmparser = "0.220" # WASM binary parsing for validation
# Cryptography for secrets management
aes-gcm = "0.10"
hkdf = "0.12"
hmac = "0.12"
sha2 = "0.10"
blake3 = "1"
rand = "0.8"