mymonero / mymonero-app-js

The JS codebase for the MyMonero desktop apps
BSD 3-Clause "New" or "Revised" License
530 stars 156 forks source link

[Snyk] Fix for 4 vulnerabilities #519

Closed devinpearson closed 4 months ago

devinpearson commented 2 years 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 - package-lock.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 | Prototype Pollution
[SNYK-JS-ASYNC-2441827](https://snyk.io/vuln/SNYK-JS-ASYNC-2441827) | No | Proof of Concept ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **539/1000**
**Why?** Has a fix available, CVSS 6.5 | Signature Validation Bypass
[SNYK-JS-ELECTRONUPDATER-561421](https://snyk.io/vuln/SNYK-JS-ELECTRONUPDATER-561421) | No | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **539/1000**
**Why?** Has a fix available, CVSS 6.5 | Signature Validation Bypass
[SNYK-JS-ELECTRONUPDATER-567704](https://snyk.io/vuln/SNYK-JS-ELECTRONUPDATER-567704) | No | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **646/1000**
**Why?** Proof of Concept exploit, Has a fix available, CVSS 6.5 | Cross-site Scripting (XSS)
[SNYK-JS-PUPA-174563](https://snyk.io/vuln/SNYK-JS-PUPA-174563) | Yes | Proof of Concept (*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: electron-context-menu The new version differs by 9 commits.
  • 1286195 1.0.0
  • 4de32a9 Require Electron 8
  • 71c5d2e Add built-in support for spellchecking (#94)
  • 2f1bae0 Add `showSaveImage` option (#100)
  • d47071e 0.16.0
  • 296ae9c Support rich text for `Cut`, `Copy`, and `Paste` items
  • 1410532 Add `WebContents` to `browserWindow` TypeScript type (#90)
  • 5b36497 0.15.2
  • 26938e1 Fix the TypeScript types
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/mymonero/project/4a8f62b8-55c2-492c-9d23-b3cff2e62023?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/mymonero/project/4a8f62b8-55c2-492c-9d23-b3cff2e62023?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":"891c4618-5366-4461-ab18-255413b05c36","prPublicId":"891c4618-5366-4461-ab18-255413b05c36","dependencies":[{"name":"async","from":"3.1.0","to":"3.2.2"},{"name":"electron-context-menu","from":"0.15.1","to":"1.0.0"},{"name":"electron-updater","from":"4.2.0","to":"4.3.1"}],"packageManager":"npm","projectPublicId":"4a8f62b8-55c2-492c-9d23-b3cff2e62023","projectUrl":"https://app.snyk.io/org/mymonero/project/4a8f62b8-55c2-492c-9d23-b3cff2e62023?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-PUPA-174563","SNYK-JS-ELECTRONUPDATER-567704","SNYK-JS-ELECTRONUPDATER-561421","SNYK-JS-ASYNC-2441827"],"upgrade":["SNYK-JS-ASYNC-2441827","SNYK-JS-ELECTRONUPDATER-561421","SNYK-JS-ELECTRONUPDATER-567704","SNYK-JS-PUPA-174563"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["priorityScore"],"priorityScoreList":[646,539,539,696]}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Cross-site Scripting (XSS)](https://learn.snyk.io/lessons/xss/javascript/?loc=fix-pr) 🦉 [Prototype Pollution](https://learn.snyk.io/lessons/prototype-pollution/javascript/?loc=fix-pr)