-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Upgrade @octokit/core from 3.6.0 to 6.1.2 #44
base: main
Are you sure you want to change the base?
[Snyk] Upgrade @octokit/core from 3.6.0 to 6.1.2 #44
Conversation
Snyk has created this PR to upgrade @octokit/core from 3.6.0 to 6.1.2. See this package in npm: @octokit/core See this project in Snyk: https://app.snyk.io/org/nerds-github/project/1ce64081-e07a-4bf8-bb78-d92e784e5df0?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis PR upgrades the @octokit/core dependency from version 3.6.0 to 6.1.2 to address security vulnerabilities. The upgrade includes a major version change (v3 to v6) which introduces breaking changes, most notably the package becoming ESM-only. The update fixes two security issues: a high-severity ReDoS vulnerability in cross-spawn and a medium-severity ReDoS vulnerability in path-to-regexp. Class diagram for @octokit/core upgradeclassDiagram
class OctokitCore {
- version: String
+ constructor()
+ request()
+ authenticate()
}
class OctokitCoreV3 {
- version: "3.6.0"
+ constructor()
+ request()
+ authenticate()
}
class OctokitCoreV6 {
- version: "6.1.2"
+ constructor()
+ request()
+ authenticate()
+ esmOnly: Boolean
}
OctokitCore <|-- OctokitCoreV3
OctokitCore <|-- OctokitCoreV6
note for OctokitCoreV6 "The package is now ESM-only, which is a breaking change."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade @octokit/core from 3.6.0 to 6.1.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 33 versions ahead of your current version.
The recommended version was released on 8 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-PATHTOREGEXP-7925106
Release notes
Package name: @octokit/core
6.1.2 (2024-04-09)
Bug Fixes
default
fallback andtypes
export (#673) (af3d390), closes #665 #6676.1.1 (2024-04-03)
Bug Fixes
6.1.0 (2024-04-03)
Features
6.0.1 (2024-02-26)
Bug Fixes
6.0.0 (2024-02-25)
Features
BREAKING CHANGES
6.0.0-beta.5 (2024-02-25)
Bug Fixes
6.0.0-beta.4 (2024-02-25)
Bug Fixes
6.0.0-beta.3 (2024-02-25)
Bug Fixes
5.2.0 (2024-04-05)
Features
5.1.1 (2024-04-05)
Bug Fixes
@ octokit/types
to v13 (260e360)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Build: