-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport #72 so it can be used in older versions of Probot #73
Comments
I agree, it would be amazing if we could create two PRs to probot. One to master and one to the 7.x branch and release 7.5.1 of probot with would include the fix in #72 included. This way it is just a patchlevel update for webhook.js and for probot and since the change only fixes a bug, it looks like a good option. |
We can update probot 7 to the latest |
👉 probot@7.5.3 Does that work? |
✅ Works like a charm 👏 IMO we can close this backport issue 👍 |
Updates the requires version of probot, which includes an update of octokit/webhook.js that fixes signature verification for payloads that contain ANSI codes. In particular `ESC` sequences. See: * octokit/webhooks.js#71 * octokit/webhooks.js#73 * probot/probot#912
Updates the requires version of probot, which includes an update of octokit/webhook.js that fixes signature verification for payloads that contain ANSI codes. In particular `ESC` sequences. See: * octokit/webhooks.js#71 * octokit/webhooks.js#73 * probot/probot#912
Thanks for checking 👍 |
Discussed here: #72 (comment)
Some integrations need to be able to use the fix from #72 in older versions of Probot (at least 7.5.0 that I know of), so wanted to discuss here if we need to backport webhooks.js in order to facilitate this.
cc @scepticulous @gimenete @gr2m
The text was updated successfully, but these errors were encountered: