Commit 421f96c
docs(forgejo): fix incorrect webhook signature validation claim
The documentation incorrectly stated that PAC does not validate webhook
signatures for Forgejo/Gitea. The code at pkg/provider/gitea/gitea.go
fully implements HMAC-SHA256 signature validation using both
X-Forgejo-Signature and X-Gitea-Signature headers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4c8cf58 commit 421f96c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments