This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency gatsby to v5.9.1 [SECURITY] #270
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/npm-gatsby-vulnerability
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81d5d00
to
5c38a95
Compare
5c38a95
to
09ec13d
Compare
09ec13d
to
8bfdb15
Compare
8bfdb15
to
6b0ebe4
Compare
6b0ebe4
to
5700e15
Compare
5700e15
to
c6c71d8
Compare
c6c71d8
to
9db1085
Compare
9db1085
to
6c135f1
Compare
6c135f1
to
d482220
Compare
d482220
to
688dff1
Compare
688dff1
to
ac36f95
Compare
ac36f95
to
18ae21b
Compare
18ae21b
to
079fe42
Compare
079fe42
to
b7f8a40
Compare
b7f8a40
to
aabd828
Compare
c7103ac
to
abf599c
Compare
abf599c
to
98caf54
Compare
98caf54
to
4226402
Compare
4226402
to
b544843
Compare
b544843
to
9d55ae7
Compare
9d55ae7
to
f2aee6e
Compare
f2aee6e
to
78ed8b8
Compare
78ed8b8
to
d1b782a
Compare
d1b782a
to
f978c71
Compare
f978c71
to
d940b02
Compare
d940b02
to
6944d7e
Compare
6944d7e
to
c914743
Compare
c914743
to
fbc89e6
Compare
fbc89e6
to
c7b1b07
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.9.0
->5.9.1
GitHub Vulnerability Alerts
CVE-2023-34238
Impact
The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the
__file-code-frame
and__original-stack-frame
paths, exposed when running the Gatsby develop server (gatsby develop
).The following steps can be used to reproduce the vulnerability:
It should be noted that by default
gatsby develop
is only accessible via the localhost127.0.0.1
, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as--host 0.0.0.0
,-H 0.0.0.0
, or theGATSBY_HOST=0.0.0.0
environment variable.Patches
A patch has been introduced in
[email protected]
and[email protected]
which mitigates the issue.Workarounds
As stated above, by default
gatsby develop
is only exposed to the localhost127.0.0.1
. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability.We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.
Credits
We would like to thank Maxwell Garrett of Assetnote for bringing the
__file-code-frame
issue to our attention.For more information
Email us at [email protected].
Release Notes
gatsbyjs/gatsby (gatsby)
v5.9.1
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.