Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

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

Closed
joao-paulo-parity opened this issue Oct 9, 2021 · 0 comments · Fixed by #67
Closed

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

joao-paulo-parity opened this issue Oct 9, 2021 · 0 comments · Fixed by #67

Comments

@joao-paulo-parity
Copy link
Contributor

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.

octokit/webhooks.js#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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant