Starting from some weeks pragma detector start saying that:
- Version constraint >=0.6.0 is used by:
- contracts-exposed/SampleContract.sol#3
- contracts-exposed/mocks/ERC20Mock.sol#3
- contracts-exposed/mocks/ERC721Mock.sol#3
I used hardhat-exposed. But there was no issue before. Folders are also excluded by path.
It seems that the only difference with previous working jobs is that now the action uses slither_analyzer-0.10.2.
Starting from some weeks
pragma
detector start saying that:I used hardhat-exposed. But there was no issue before. Folders are also excluded by path. It seems that the only difference with previous working jobs is that now the action uses
slither_analyzer-0.10.2
.Check this job/24257514264.
And this is the config:
Should be related to https://github.com/crytic/slither/issues/2415.