Closed renovate[bot] closed 1 year ago
List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.
Totals | |
---|---|
Change from base Build 5002246871: | 0.0% |
Covered Lines: | 250 |
Relevant Lines: | 280 |
Deploy path: /home/runner/work/blog/blog/storybook-static Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...
Logs: https://app.netlify.com/sites/blog-storybook/deploys/6483bb7309e5ab00c4779419 Website Draft URL: https://6483bb7309e5ab00c4779419--blog-storybook.netlify.app
If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod
Deploy path: /home/runner/work/blog/blog/public Functions path: /home/runner/work/blog/blog/functions/src Configuration path: /home/runner/work/blog/blog/netlify.toml Deploying to draft URL...
Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/6483bb5742bbea007c3c9b0b Website Draft URL: https://6483bb5742bbea007c3c9b0b--pensive-lamport-5822d2.netlify.app
If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod
performance: 97 accessibility: 100 best-practices: 92 seo: 92 pwa: 100
performance: 66 accessibility: 100 best-practices: 83 seo: 93 pwa: 100
This PR contains the following updates:
4.25.1
->4.25.7
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
gatsby@5.9.1
andgatsby@4.25.7
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 security@gatsbyjs.com.
Release Notes
gatsbyjs/gatsby
### [`v4.25.7`](https://togithub.com/gatsbyjs/gatsby/compare/8889bfe5271985d19c956dff7f567be86ef2f3df...db5eb186008c62acb78cf66ae50fd7e1f0d67626) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/8889bfe5271985d19c956dff7f567be86ef2f3df...db5eb186008c62acb78cf66ae50fd7e1f0d67626) ### [`v4.25.6`](https://togithub.com/gatsbyjs/gatsby/compare/3be4a80635ee905e0e1cfcbfdfc7c6b5bcb1af8b...8889bfe5271985d19c956dff7f567be86ef2f3df) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3be4a80635ee905e0e1cfcbfdfc7c6b5bcb1af8b...8889bfe5271985d19c956dff7f567be86ef2f3df) ### [`v4.25.5`](https://togithub.com/gatsbyjs/gatsby/compare/15ab3f895e28ce57d8b1540f602e6c5db1d96009...3be4a80635ee905e0e1cfcbfdfc7c6b5bcb1af8b) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/15ab3f895e28ce57d8b1540f602e6c5db1d96009...3be4a80635ee905e0e1cfcbfdfc7c6b5bcb1af8b) ### [`v4.25.4`](https://togithub.com/gatsbyjs/gatsby/compare/d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06...15ab3f895e28ce57d8b1540f602e6c5db1d96009) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06...15ab3f895e28ce57d8b1540f602e6c5db1d96009) ### [`v4.25.3`](https://togithub.com/gatsbyjs/gatsby/compare/13bf518f95eed9373da0ae93a13ce774a4a3fc17...d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/13bf518f95eed9373da0ae93a13ce774a4a3fc17...d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06) ### [`v4.25.2`](https://togithub.com/gatsbyjs/gatsby/compare/4dcca80d273558368785612ad07f2a8dc9e3bb99...13bf518f95eed9373da0ae93a13ce774a4a3fc17) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/4dcca80d273558368785612ad07f2a8dc9e3bb99...13bf518f95eed9373da0ae93a13ce774a4a3fc17)Configuration
π Schedule: Branch creation - "" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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.