paritytech / bench-bot

ISC License
9 stars 19 forks source link

Update to latest Probot to get the URL parsing patch #66

Closed joao-paulo-parity closed 3 years ago

joao-paulo-parity commented 3 years ago

An incident related to URL parsing caused the bot to crash recently

FATAL (probot):
    event: "unhandledRejection"
    origin: {}
    error: {
      "input": "/\\u001B]8;;https://example.com\"/onmouseover=\"alert(1)\\u0007example\\u001B]8;;\\u0007",
      "code": "ERR_INVALID_URL"
    }
error Command failed with exit code 1.

https://github.com/octokit/webhooks.js/pull/611 should fix that situation so we'll need to update to a recent Probot version that has a webhooks.js which incorporates that PR.