-
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/rest from 16.43.2 to 21.1.0 #159
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade @octokit/rest from 16.43.2 to 21.1.0. See this package in npm: @octokit/rest See this project in Snyk: https://app.snyk.io/org/ekmixon/project/a50a9592-0b85-48c9-9301-0888580e6c10?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the @octokit/rest dependency from version 16.43.2 to 21.1.0. This is a major version upgrade, which includes breaking changes and fixes a prototype pollution vulnerability. Class diagram showing breaking changes in v21classDiagram
class OctokitRest {
<<ESM Package>>
+constructor(options)
+request()
+paginate()
}
note for OctokitRest "Breaking Changes in v21:\n- Package is now ESM only\n- Updated REST endpoints\n- Dependency updates"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Micro-Learning Topic: Prototype pollution (Detected by phrase)Matched on "Prototype Pollution"By adding or modifying attributes of an object prototype, it is possible to create attributes that exist on every object, or replace critical attributes with malicious ones. This can be problematic if the software depends on existence or non-existence of certain attributes, or uses pre-defined attributes of object prototype (such as hasOwnProperty, toString or valueOf). Try a challenge in Secure Code Warrior |
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/rest from 16.43.2 to 21.1.0.
ℹ️ 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 117 versions ahead of your current version.
The recommended version was released 24 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-LODASHSET-1320032
Release notes
Package name: @octokit/rest
21.1.0 (2025-01-08)
Features
21.0.2 (2024-08-16)
Bug Fixes
21.0.1 (2024-07-17)
Bug Fixes
21.0.0 (2024-06-20)
Features
BREAKING CHANGES
21.0.0-beta.4 (2024-06-19)
Bug Fixes
21.0.0-beta.3 (2024-04-30)
Features
21.0.0-beta.2 (2024-04-16)
Bug Fixes
21.0.0-beta.1 (2024-03-05)
Bug Fixes
add explicit type anotation (3ddd79e)
build: adapt for ESM (aad55f4)
bump deps (21f1aaa)
deps: bump deps (f179b0b)
deps: update octokit monorepo (aed67c2)
docs: update for ESM (42be65a)
Empty commit to trigger release (828467b)
BREAKING CHANGES
20.1.1 (2024-05-03)
Bug Fixes
20.1.0 (2024-04-03)
Features
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
Bug Fixes: