Skip to content
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] Fix for 14 vulnerabilities #53

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

naiba4
Copy link
Owner

@naiba4 naiba4 commented Apr 22, 2024

This PR was automatically created by Snyk using the credentials of a real user.


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

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • package.json
⚠️ Warning
Failed to update the package-lock.json, please update manually before merging.

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
No Proof of Concept
high severity 676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Cross-site Request Forgery (CSRF)
SNYK-JS-AXIOS-6032459
No Proof of Concept
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
No Proof of Concept
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Prototype Pollution
SNYK-JS-AXIOS-6144788
No No Known Exploit
critical severity 786/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 9.3
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
No Proof of Concept
medium severity 631/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.2
Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
Yes Proof of Concept
high severity 751/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 8.6
Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
Yes Proof of Concept
high severity 686/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.3
Prototype Pollution
SNYK-JS-LODASHSET-1320032
Yes Proof of Concept
medium severity 539/1000
Why? Has a fix available, CVSS 6.5
Information Exposure
SNYK-JS-NODEFETCH-2342118
No No Known Exploit
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Improper Input Validation
SNYK-JS-POSTCSS-5926692
No No Known Exploit
high severity 726/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
Remote Code Execution (RCE)
SNYK-JS-SIMPLEGIT-3112221
No Proof of Concept
high severity 726/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
Remote Code Execution (RCE)
SNYK-JS-SIMPLEGIT-3177391
No Proof of Concept
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Uncontrolled Resource Consumption ('Resource Exhaustion')
SNYK-JS-TAR-6476909
Yes Proof of Concept
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UGLIFYJS-1727251
No No Known Exploit

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

Commit messages
Package name: @storybook/addon-docs The new version differs by 250 commits.

See the full diff

Package name: @storybook/react-webpack5 The new version differs by 250 commits.

See the full diff

Package name: appium The new version differs by 250 commits.

See the full diff

Package name: glob The new version differs by 137 commits.
  • a68703e 9.0.0
  • 58159ca test: cwd can be a url
  • a547a9c more docs
  • 42a3ac7 link to bash manual for Pattern Matching
  • 474172d update readme with cwd URL support
  • ad3904d update readme with posix class support
  • b22fc7d minimatch@7.3.0
  • cdd1627 update all the things, remove unused mkdirp types
  • 75c6416 Merge branch 'v9'
  • fa0cd77 cwd can be a file:// url
  • d03ed0a typedoc github action
  • 9a5a45a put bench results in readme
  • 20b2f88 docs, fix benchmark script
  • 4829c88 upgrade ci actions
  • 5cbacdd minimatch@7.2.0
  • 210310b omit symlinks on windows
  • d34c8d5 full test coverage, clean up signals and remove extranous code
  • 5f21b46 adding lots of tests, clean up types
  • b12e6ba slashes on nodir test
  • 75f74b0 more windows test slashes
  • 3aa1abd more windows test affordances
  • 3e68a7b some windows test affordances
  • 8c2e082 feature complete and tests passing
  • c3be35a correct ** vs ./** behavior

See the full diff

Package name: lerna The new version differs by 82 commits.

See the full diff

Package name: lint-staged The new version differs by 68 commits.
  • 885a644 Merge pull request Sidebar: Status & Visibility panel WordPress/gutenberg#852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the `quiet` option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve `verbose` description
  • e749a0b test: remove redundant, misbehaving test
  • 16848d8 fix: use test renderer during tests and when TERM=dumb
  • efffa22 test: cover `--verbose` option usage
  • 1b18550 test: restore variable in test output
  • 6aede38 test: add test for error during merge state restoration
  • b565481 test: integration test targets the full Node.js API instead of just `runAll`
  • a3bd9d7 feat: allow specifying `cwd` using the Node.js API
  • 85de3a3 feat: add `--verbose` to show output even when tasks succeed
  • d69c65b fix: log task output after running listr to keep everything
  • e95d1b0 refactor: move skip and enable cheks of listr tasks to separate file
  • 6da7667 refactor: move messages to separate file
  • 6392480 refactor: use symbols for errors
  • 8f32a3e feat: replace listr with listr2 and print errors inline
  • c9adca5 fix: use stash create/store to prevent files from disappearing from disk
  • e093b1d fix(deps): update dependencies
  • 6066b07 fix: pass correct path to unstaged patch during cleanup
  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup
  • 1ac6863 Merge pull request Dismiss block borders by key press WordPress/gutenberg#837 from okonet/serial-git-add

See the full diff

Package name: node-fetch The new version differs by 7 commits.

See the full diff

Package name: postcss The new version differs by 225 commits.

See the full diff

Package name: react-native The new version differs by 250 commits.

See the full diff

Package name: rimraf The new version differs by 90 commits.
  • a1268c9 4.3.1
  • cacc067 changelog 4.3.1
  • cd6fbc6 Only call directory removal method on actual dirs
  • 4937e64 format markdown
  • ba35d77 always return Dirents from readdir
  • f923bb0 4.3.0
  • ed7b2a6 test: chmod ordering is nondeterministic
  • 4cb1d47 changelog about bin interactivity
  • 95e13f2 try to make the interactive test less flaky
  • 38e731f bin: add interactive mode
  • ca28abb let the filter option be async for async methods
  • 3b57687 add --verbose, --no-verbose to bin
  • ed3288e add filter option
  • e828fe2 Update v4 glob support in README
  • 80aef8b 4.2.0
  • 0d19a99 changelog 420
  • f768f26 treat paths as glob patterns when glob option set
  • 5760716 make rimraf cancelable with AbortSignals
  • 417cdc7 4.1.4
  • bdfa60c update deps, export types properly for cjs module
  • 20e3799 use NodeJS.ErrnoException instead of FsError
  • 450e3d2 4.1.3
  • 8d77621 add declarationMap to tsconfig
  • 49a2958 formatting tests

See the full diff

Package name: simple-git The new version differs by 108 commits.

See the full diff

Package name: storybook The new version differs by 250 commits.

See the full diff

Package name: uglify-js The new version differs by 121 commits.

See the full diff

Package name: webdriverio The new version differs by 250 commits.

Copy link

vercel bot commented Apr 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gutenberg ❌ Failed (Inspect) Apr 22, 2024 3:17pm
gutenberg-wd9x ❌ Failed (Inspect) Apr 22, 2024 3:17pm

Copy link

guardrails bot commented Apr 22, 2024

⚠️ We detected 11 security issues in this pull request:

Vulnerable Libraries (11)
Severity Details
High pkg:npm/@storybook/react-webpack5@7.2.2 (t) upgrade to: > 7.2.2
High pkg:npm/@octokit/rest@16.26.0 (t) upgrade to: > 16.26.0
High pkg:npm/lint-staged@10.0.1 (t) upgrade to: > 10.0.1
Critical pkg:npm/lerna@7.1.4 (t) upgrade to: > 7.1.4
Medium pkg:npm/postcss@8.4.16 (t) upgrade to: 8.4.31
High pkg:npm/appium@2.0.0 (t) upgrade to: > 2.0.0
Critical pkg:npm/webdriverio@8.16.20 (t) upgrade to: > 8.16.20
Critical pkg:npm/simple-git@3.5.0 (t) upgrade to: 3.16.0
High pkg:npm/@storybook/addon-docs@7.2.2 (t) upgrade to: > 7.2.2
Critical pkg:npm/react-native@0.71.15 (t) upgrade to: > 0.71.15
High pkg:npm/node-fetch@2.6.1 (t) upgrade to: 3.1.1,2.6.7

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants