We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description There has been a few exploints found on the dependencies used by ethlint
Steps to reproduce run npm audit on the ethlint project
npm audit
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:
solparse
Proposed PR for Ethlint #283
Priority Medium as we get a lot of alerts and complains from the security team.
Medium
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
There has been a few exploints found on the dependencies used by ethlint
Steps to reproduce
run
npm audit
on the ethlint projectYou 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:
solparse
version of mocha and yargs dependencies. This is done in this PR Dependencies security issues solparse#38Proposed PR for Ethlint #283
Priority
Medium
as we get a lot of alerts and complains from the security team.The text was updated successfully, but these errors were encountered: