yurikrupnik / mussia8

Mussia8 base project monorepo poc for api gateway
alfred-lake.vercel.app
MIT License
0 stars 0 forks source link

[Snyk] Security upgrade next from 11.1.0 to 11.1.3 #235

Open snyk-bot opened 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

Changes included in this PR

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 661/1000
Why? Recently disclosed, Has a fix available, CVSS 7.5
Denial of Service (DoS)
SNYK-JS-NEXT-2312745
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Commit messages
Package name: next The new version differs by 150 commits.
  • ec1a0f7 v11.1.3
  • 4dc9bba Add no-verify-access for lerna
  • e314019 use correct token
  • 1a40e71 fix lint
  • b01acc1 Update branch name to next-11
  • 66de88d Use next-11 tag
  • 303bc0f Allow publishing on v11-patch branch
  • f59c82b Enable GitHub actions for v11-patch branch
  • 4888713 Ensure invalid URLs respond with 400 correctly
  • 97456e8 v11.1.2
  • 248b341 v11.1.2-canary.0
  • ff9dcc6 Ensure custom app regex is correct for Windows (#28631)
  • 9be387c getServerSideProps should support props value as Promise (#28607)
  • 8c553e8 chore: upgrade styled-jsx to 4.0.1 (#28626)
  • 804971f v11.1.1
  • 194d70f v11.1.1-canary.19
  • 36d922f Add apiVersion to config (#28610)
  • a60690f v11.1.1-canary.18
  • 7afc97c Add CSP to Image Optimization API (#28620)
  • 8711c5c Tests: Remove unnecessary await (#28594)
  • d209435 Small grammar fixes (#28590)
  • 04cc37f Add docs for using pageExtensions to colocate other files with page components (#22740)
  • f1dbc92 Ensure dev server side errors are correct (#28520)
  • 27c2937 Update with-jest packages and docs (#28209)
See the full diff

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information: šŸ§ View latest project report

šŸ›  Adjust project settings

šŸ“š Read more about Snyk's upgrade and patch logic

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

alfred ā€“ ./packages/ui/clients/alfred

šŸ” Inspect: https://vercel.com/yurikrupnik/alfred/83iWDH811xXyAzec2YGsMo2nvD2i
āœ… Preview: https://alfred-git-snyk-fix-35fa4322e75f0bd3606dac3f-32303d-yurikrupnik.vercel.app

batman ā€“ ./packages/ui/clients/batman

šŸ” Inspect: https://vercel.com/yurikrupnik/batman/6kvZtqu9ez4XLsZ4TLFW9va7991m
āœ… Preview: https://batman-git-snyk-fix-35fa4322e75f0bd3606dac3f-8fec5b-yurikrupnik.vercel.app

secure-code-warrior-for-github[bot] commented 2 years ago

Micro-Learning Topic: Denial of service (Detected by phrase)

Matched on "Denial of Service"

The Denial of Service (DoS) attack is focused on making a resource (site, application, server) unavailable for the purpose it was designed. There are many ways to make a service unavailable for legitimate users by manipulating network packets, programming, logical, or resources handling vulnerabilities, among others. Source: https://www.owasp.org/index.php/Denial_of_Service

Try this challenge in Secure Code Warrior