duaraghav8 / Ethlint

(Formerly Solium) Code quality & Security Linter for Solidity
https://ethlint.readthedocs.io/en/latest/
MIT License
926 stars 128 forks source link

ethlint dependecies secuirty issues #282

Open pmprete opened 4 years ago

pmprete commented 4 years ago

Description There has been a few exploints found on the dependencies used by ethlint

Steps to reproduce run npm audit on the ethlint project

You will see the following warnings:

Expected behavior Not to see any warnings

Linter version version 1.2.5

Comments This issues can be solved upgrading the version of the dependencies:

Proposed PR for Ethlint https://github.com/duaraghav8/Ethlint/pull/283

Priority Medium as we get a lot of alerts and complains from the security team.