-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
The Github plugin currently validates received webhooks using the legacy sha-1 HMAC.
The plugin should migrate to use the X-Hub-Signature-256 header and the SHA256 HMAC.
See https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries for details.