muellerberndt / sabre

Security analyzer for Solidity smart contracts. Uses the MythX smart contract security service.
https://mythx.io
MIT License
60 stars 23 forks source link

Allow for analysis of complex contracts #9

Closed RyRy79261 closed 5 years ago

RyRy79261 commented 5 years ago

File import callback not supported

Contracts with imported files cant be analyzed, this severely limits the utility of this tool.

muellerberndt commented 5 years ago

Hmm, that's weird. Imports shouldn't be an issue assuming that solc-js can resolve them. I'll look into it!

In the meantime, for anything super complex, truffle-security works better because it leaves all the imports / inheritance / compilation stuff to Truffle.

muellerberndt commented 5 years ago

@RyRy79261 can you try again with sabre-mythx 0.1.0?

muellerberndt commented 5 years ago

Imports should be fully supported as of sabre-mythx 0.1.2 so I'm closing this.