Skip to content

Commit

Permalink
Fixes signature verification for ansi codes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dennissivia committed Apr 12, 2019
1 parent 3e07ab7 commit 2657c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"named-regexp": "^0.1.1",
"newrelic": "^5.2.1",
"pg": "^7.4.1",
"probot": "^7.5.0",
"probot": "^7.5.3",
"query-string": "^6.0.0",
"raven": "^2.4.1",
"request": "^2.87.0",
Expand Down

0 comments on commit 2657c65

Please sign in to comment.