solium-plugin-security icon indicating copy to clipboard operation
solium-plugin-security copied to clipboard

The Official Security Plugin for Ethlint (formerly Solium)

Results 5 solium-plugin-security issues
Sort by recently updated
recently updated
newest added

Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together. Removes `hawk` Updates `fsevents` from 1.1.3 to 1.2.13 Release notes Sourced from...

dependencies

Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 3.1.0. Release notes Sourced from debug's releases. 3.1.0 Minor Changes Ignore package-lock.json: e7e568a24736486721882282eb21beb31c741647 Remove component.json: 47747f329fe159e94262318b52b87a48f6c0acd4 Remove "component" from package.json: bdb7e0137f84dc8bcfc95daede7c694799d38dbf Add DEBUG_HIDE_DATE env var:...

dependencies

When installing `ethlint` you get a *npm warning* message: > npm WARN [email protected] requires a peer of solium@^1.0.0 but none is installed. You must install peer dependencies yourself. I expect...

There's currently the following issue happening on testing: `TypeError: source.isAssignment is not a function` So it seems that `context.getSourceCode()` does not have the functions that were specified in the Solium...

- [ ] Improve `no-assign-params` message to point out the exact param that's being modified instead of just mentioning function name - [ ] Refine `no-explicit-visibility` rule. - [ ]...