Skip to content
New issue

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

Broken exclude-low and exclude-informational #291

Open
elenadimitrova opened this issue Jul 3, 2019 · 0 comments
Open

Broken exclude-low and exclude-informational #291

elenadimitrova opened this issue Jul 3, 2019 · 0 comments

Comments

@elenadimitrova
Copy link

By definition --exclude-low should produce the same results as --exclude shadowing-builtin,shadowing-local,calls-loop,reentrancy-benign,timestamp however there is a significant difference in results, see below:

$ slither contracts/ --solc-disable-warnings --exclude-low
INFO:Slither:contracts/CommonAuthority.sol analyzed (330 contracts), 396 result(s) found

vs

slither contracts/ --solc-disable-warnings --exclude shadowing-builtin,shadowing-local,calls-loop,reentrancy-benign,timestamp
INFO:Slither:contracts/CommonAuthority.sol analyzed (330 contracts), 3239 result(s) found

Same is true for exclude-informational results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant