MetaMask / eth-block-tracker

A JS module for keeping track of the latest Ethereum block by polling an ethereum provider
MIT License
131 stars 81 forks source link

devDeps: bump eslint,jest #156

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

CVE-2023-26115

Resolves #137

socket-security[bot] commented 1 year ago

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
eslint-plugin-promise 6.1.1 None +2 1.56 MB eslint-community-bot
eslint-plugin-n 15.7.0 filesystem +6 2.17 MB weiran.zsd
@metamask/eslint-config-jest 9.0.0...12.0.0 None +16/-87 87.1 MB metamaskbot
eslint-plugin-jest 24.7.0...27.2.2 None +7/-76 73.3 MB simenb
typescript 4.4.4...4.8.4 None +0/-0 68.8 MB typescript-bot
@metamask/eslint-config-typescript 9.0.1...12.0.0 None +11/-86 84 MB metamaskbot
@metamask/eslint-config-nodejs 9.0.0...12.0.0 None +15/-77 16 MB metamaskbot
@metamask/eslint-config 9.0.0...12.0.0 None +9/-73 15.3 MB metamaskbot
@types/jest 27.4.1...29.5.2 None +0/-8 79.3 kB types
eslint-plugin-jsdoc 36.1.1...39.9.1 None +5/-70 3.79 MB gajus
prettier 2.6.2...2.8.8 environment +0/-0 11.2 MB prettier-bot
eslint-plugin-prettier 3.4.1...4.2.1 None +3/-65 12.8 MB jounqin

🚮 Removed packages: @typescript-eslint/eslint-plugin@4.33.0, @typescript-eslint/parser@4.33.0, eslint@7.32.0, eslint-plugin-node@11.1.0, jest@27.5.1, ts-jest@27.1.4

socket-security[bot] commented 1 year ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: @nicolo-ribaudo/semver-v6@6.3.3, builtins@5.0.1, eslint-plugin-n@15.7.0, semver@6.3.1

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

legobeat commented 1 year ago

bin script confusion by still remaining vulnerable semver@6.3.0 is a transitive devDependency and should be resolved by https://github.com/MetaMask/eslint-config/pull/302 and switching from eslint-plugin-nodeto eslint-plugin-n.

legobeat commented 1 year ago
@SocketSecurity ignore @nicolo-ribaudo/semver-v6@6.3.3
@SocketSecurity ignore builtins@5.0.1
@SocketSecurity ignore eslint-plugin-n@15.7.0
@SocketSecurity ignore semver@6.3.1