Skip to content
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

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

Merged
merged 2 commits into from
May 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
probot (source) 12.3.1 -> 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

Compare Source

Bug Fixes

v12.3.2

Compare Source

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 16, 2023
Copy link

changeset-bot bot commented Dec 16, 2023

🦋 Changeset detected

Latest commit: 18fa5e7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-inspector/action Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/npm-probot-vulnerability branch from 1b1a16f to e165654 Compare February 21, 2024 17:51
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-inspector/action 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/ci 4.0.4-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/cli 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/audit-command 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/commands 4.0.4-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/coverage-command 5.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/diff-command 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/docs-command 4.0.4-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/introspect-command 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/serve-command 4.0.4-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/similar-command 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/validate-command 4.0.5-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/config 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/core 5.2.0-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/code-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/git-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/github-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/graphql-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/json-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/loaders 4.0.4-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/url-loader 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎
@graphql-inspector/logger 4.0.3-alpha-20240221175234-e1656541 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Feb 21, 2024

💻 Website Preview

The latest changes are available as preview in: https://e69c360d.graphql-inspector.pages.dev

@renovate renovate bot force-pushed the renovate/npm-probot-vulnerability branch from 514343b to a586d05 Compare May 26, 2024 12:55
@TuvalSimha TuvalSimha merged commit 7cf5b11 into master May 26, 2024
@TuvalSimha TuvalSimha deleted the renovate/npm-probot-vulnerability branch May 26, 2024 12:57
DanteUkraine pushed a commit to DanteUkraine/graphql-inspector that referenced this pull request May 27, 2024
…la#2675)

* fix(deps): update dependency probot to v12.3.3 [security]

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant