-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade probot from 12.3.3 to 12.4.0 #64
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
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade probot from 12.3.3 to 12.4.0. See this package in npm: probot See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/d724f0e8-b70d-4018-a22f-dde68861923e?utm_source=github&utm_medium=referral&page=upgrade-pr
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Reviewer's Guide by SourceryThis pull request upgrades the probot dependency from version 12.3.3 to 12.4.0. This is a security upgrade that addresses two high severity vulnerabilities. Sequence diagram showing improved request handling with x-github-delivery headersequenceDiagram
participant P as Probot App
participant G as GitHub API
Note over P: Probot v12.4.0
P->>G: API Request
Note right of P: Now includes x-github-delivery header
Note right of P: header = event.id
G-->>P: API Response
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. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
Snyk has created this PR to upgrade probot from 12.3.3 to 12.4.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 2 versions ahead of your current version.
The recommended version was released 8 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-PROBOT-6129524
SNYK-JS-OCTOKITWEBHOOKS-6129527
Release notes
Package name: probot
12.4.0 (2024-06-03)
Features
x-github-delivery
header toevent.id
for all requests sent fromcontext.octokit
in event handlers (#2026) (f1985e5)12.3.4 (2024-05-01)
Bug Fixes
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
Upgrade probot from 12.3.3 to 12.4.0 to address vulnerabilities and incorporate new features.
New Features:
Bug Fixes: