Commit 9c0cd7d
Add scheme-based webhook signature verification (HMAC-SHA1, secret_from, URL reconstruction) (#192)
* Initial plan
* Add scheme-based webhook signature verification with HMAC-SHA1, secret_from, url_reconstruction, include_form_params, and error_status support
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
* Fix security and correctness issues in resolveSecret and reconstructURL
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>1 parent 1a7b39a commit 9c0cd7d
3 files changed
Lines changed: 862 additions & 22 deletions
File tree
- cmd/wfctl
- module
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
0 commit comments