-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Conversation
🦋 Changeset detectedLatest commit: 18fa5e7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
1b1a16f
to
e165654
Compare
🚀 Snapshot Release (
|
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 ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://e69c360d.graphql-inspector.pages.dev |
514343b
to
a586d05
Compare
…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>
This PR contains the following updates:
12.3.1
->12.3.3
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
@octokit/webhooks
security update (#1911) (02d81f8)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.
This PR has been generated by Mend Renovate. View repository job log here.