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
slither.contracts_derived can return Mock / Test contracts, instead of returning the expected derived contracts.
slither.contracts_derived
We need to filter Mock/Test and also return contracts that are only inherited by tests
Mock
Test
slither/slither/core/slither_core.py
Lines 173 to 177 in c0c581b
The text was updated successfully, but these errors were encountered:
I started work on this here https://github.com/crytic/slither/tree/contracts-derived-filter-tests. We need to address a couple things:
--filter-paths
ref #759 xref crytic/crytic-compile#435
Sorry, something went wrong.
No branches or pull requests
slither.contracts_derived
can return Mock / Test contracts, instead of returning the expected derived contracts.We need to filter
Mock
/Test
and also return contracts that are only inherited by testsslither/slither/core/slither_core.py
Lines 173 to 177 in c0c581b
The text was updated successfully, but these errors were encountered: