In https://github.com/ConsenSys/truffle-security/pull/124 we use convertToAbsolutePath() which is basically the same thing as truffle-resolve's resolver, or maybe a less-powerful one. In fact the first two parameters probably match exaclty.
Consider replacing convertToAbsolutePath() with truffle-resolver.resolve and/or figure out how to handle EthPM (if that's what EPMSource is about).
In https://github.com/ConsenSys/truffle-security/pull/124 we use
convertToAbsolutePath()
which is basically the same thing as truffle-resolve's resolver, or maybe a less-powerful one. In fact the first two parameters probably match exaclty.Consider replacing
convertToAbsolutePath()
with truffle-resolver.resolve and/or figure out how to handle EthPM (if that's what EPMSource is about).