probot / adapter-aws-lambda-serverless

An extension for running Probot on Lambda
ISC License
93 stars 36 forks source link

fix(deps): update dependency probot to v12.3.3 [security] - autoclosed #125

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
probot (source) 12.2.8 -> 12.3.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-50728

Impact

Versions v9.26.0, v10.9.x), v11.1.x, v12.0.x all contained the code that would throw the error.

Specifically, during a pentest we encountered a bug in the octokit/webhooks library (a dependency of Probot, a framework for building Github Apps). The resulting request was found to cause an uncaught exception that ends the nodejs process.

The problem is caused by an issue with error handling in the @​octokit/webhooks library because the error can be undefined in some cases.

Credit goes to @​pb82 (for the early analysis) and @​rh-tguittet (for discovery).

Patches

Maintenance releases for the Error being thrown by the verify method in octokit/webhooks.js

Maintenance release for the reference for octokit/webhooks.js in app.js

Maintenance release for the reference for octokit/webhooks.js in octokit.js

Maintenance release for the reference for octokit/webhooks.js in Protobot

Workarounds

It is recommend that all users upgrade to the latest version of octokit/webhooks.js or use one of the updated back ported versions.


Release Notes

probot/probot (probot) ### [`v12.3.3`](https://togithub.com/probot/probot/releases/tag/v12.3.3) [Compare Source](https://togithub.com/probot/probot/compare/v12.3.2...v12.3.3) ##### Bug Fixes - **deps:** `@octokit/webhooks` security update ([#​1911](https://togithub.com/probot/probot/issues/1911)) ([02d81f8](https://togithub.com/probot/probot/commit/02d81f886cf8f4b7725523a1c4958127015dcfb0)) ### [`v12.3.2`](https://togithub.com/probot/probot/releases/tag/v12.3.2) [Compare Source](https://togithub.com/probot/probot/compare/v12.3.1...v12.3.2) ##### Bug Fixes - Fix async main function type ([#​1672](https://togithub.com/probot/probot/issues/1672)) ([fc6886d](https://togithub.com/probot/probot/commit/fc6886d3b3c4308a78a896ccde1c99648db4953a)) ### [`v12.3.1`](https://togithub.com/probot/probot/releases/tag/v12.3.1) [Compare Source](https://togithub.com/probot/probot/compare/v12.3.0...v12.3.1) ##### Bug Fixes - **typescript:** simplify ProbotWebhooks object ([#​1833](https://togithub.com/probot/probot/issues/1833)) ([7b09369](https://togithub.com/probot/probot/commit/7b09369f4b417f9fc60ca0bcea5678b5169a3421)) ### [`v12.3.0`](https://togithub.com/probot/probot/releases/tag/v12.3.0) [Compare Source](https://togithub.com/probot/probot/compare/v12.2.9...v12.3.0) ##### Features - **server:** add logging options ([#​1645](https://togithub.com/probot/probot/issues/1645)) ([6c5840d](https://togithub.com/probot/probot/commit/6c5840d2dfccc07031f3ad6944513e75ef133f5b)) ### [`v12.2.9`](https://togithub.com/probot/probot/releases/tag/v12.2.9) [Compare Source](https://togithub.com/probot/probot/compare/v12.2.8...v12.2.9) ##### Bug Fixes - **typescript:** add missing import ([#​1783](https://togithub.com/probot/probot/issues/1783)) ([229a01c](https://togithub.com/probot/probot/commit/229a01c7bf387696ee02574811bd61b21f33a2ab))

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.