You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In late 2020, GitHub introduced a new X-Hub-Signature-Sha-256 header to sign Webhook payloads with the more secure sha256 hash.
The legacy, sha1-based X-Hub-Signature header we're currently using is still around for backwards compatibility, but we should update the precommit() method to use the new one.
The text was updated successfully, but these errors were encountered:
In late 2020, GitHub introduced a new
X-Hub-Signature-Sha-256
header to sign Webhook payloads with the more secure sha256 hash.The legacy, sha1-based
X-Hub-Signature
header we're currently using is still around for backwards compatibility, but we should update the precommit() method to use the new one.The text was updated successfully, but these errors were encountered: