dhlinh98 / juice-shop

OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
http://owasp-juice.shop
MIT License
0 stars 0 forks source link

[Snyk] Fix for 2 vulnerabilities #274

Open dhlinh98 opened 8 months ago

dhlinh98 commented 8 months ago

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 #### Vulnerabilities that will be fixed ##### With an upgrade: Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "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](https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908) | Yes | Proof of Concept ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **589/1000**
**Why?** Has a fix available, CVSS 7.5 | Prototype Pollution
[SNYK-JS-UNSETVALUE-2400660](https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660) | Yes | No Known Exploit (*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: check-dependencies The new version differs by 55 commits.
  • 03c8847 Tag 2.0.0
  • 65d9ef5 Set Node.js requirement in package.json engines to >=18.3
  • 4917ab0 Simplify the spawn logic
  • fc04cc8 Drop support for the callback interface
  • 28257dd Tweak ESLint settings
  • dc16e8a Drop the bluebird devDependency
  • 412337a Drop fs-extra & graceful-fs devDependencies
  • 091279a Drop the findup-sync dependency
  • 10ac9c5 Drop lodash.camelcase & minimist dependencies
  • 35dce52 Update dependencies
  • 2929ba7 Update tested Node.js versions
  • 1f514eb Don't invoke `npm prune`, `npm install` is already enough
  • 65107d2 Drop support for Bower & the `checkCustomPackageNames` option
  • f28ba1b Avoid `git://` URLs, they're no longer supported
  • 8fdc6ad Limit allowed `packageManager` values
  • 9809f13 Bump word-wrap from 1.2.3 to 1.2.4 (#58)
  • e522471 Bump semver from 7.3.8 to 7.5.2 (#57)
  • 031416d Bump yaml from 2.2.1 to 2.2.2 (#56)
  • dff3ab9 Build: Fix running tests on Windows
  • 062005f Build: Update the GitHub Actions config
  • ecf138f Build: Update dependencies
  • 15c13b3 Build: Remove AppVeyor
  • 89b9df0 Build: Update .gitattributes to files always use LF line endings
  • db8c172 Build: Tweak GitHub Actions workflow code style
See the full diff
Package name: grunt-contrib-compress The new version differs by 5 commits.
  • bd9fc8e v2.0.0
  • b8565a9 Update Archiver (#232)
  • f6815bf Update deps and remove nodeunit loading (#231)
  • b70c1d9 Update tests and dependencies (#230)
  • 5759edd Bump ini from 1.3.5 to 1.3.7 (#228)
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](https://app.snyk.io/org/dhlinh98-github-marketplace/project/cb39c00a-20b5-4f35-80b3-b1b1bb521ce9?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/dhlinh98-github-marketplace/project/cb39c00a-20b5-4f35-80b3-b1b1bb521ce9?utm_source=github&utm_medium=referral&page=fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"69c9d9b5-30e1-40cd-82b3-1967a6fc23a6","prPublicId":"69c9d9b5-30e1-40cd-82b3-1967a6fc23a6","dependencies":[{"name":"check-dependencies","from":"1.1.1","to":"2.0.0"},{"name":"grunt-contrib-compress","from":"1.6.0","to":"2.0.0"},{"name":"libxmljs2","from":"0.22.0","to":"0.26.1"},{"name":"sqlite3","from":"4.2.0","to":"5.0.3"}],"packageManager":"npm","projectPublicId":"cb39c00a-20b5-4f35-80b3-b1b1bb521ce9","projectUrl":"https://app.snyk.io/org/dhlinh98-github-marketplace/project/cb39c00a-20b5-4f35-80b3-b1b1bb521ce9?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-ANSIREGEX-1583908","SNYK-JS-UNSETVALUE-2400660"],"upgrade":["SNYK-JS-ANSIREGEX-1583908","SNYK-JS-UNSETVALUE-2400660"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["priorityScore"],"priorityScoreList":[696,589],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Regular Expression Denial of Service (ReDoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr) 🦉 [Prototype Pollution](https://learn.snyk.io/lesson/prototype-pollution/?loc=fix-pr)