Closed sjukeshov closed 5 years ago
I wasn't able to compile this locally with solc
.
It works if you specify the solidity version, for example it works with:
pragma solidity 0.5.8;
library Lib{}
It needs to find a contract, not only a library in the source code.
Describe the bug Error: Cannot use 'in' operator to search for
To Reproduce Steps to reproduce the behavior:
mythos analyze contracts/ConvertLib.sol ConvertLib
Expected behavior Provide found issues, there should be SWC-103 at least
Console output
Context information
Additional context MYTHX_ETH_ADDRESS and MYTHX_PASSWORD were exported with correct credentials