mirror of https://github.com/crytic/slither
parent
ce1f456daa
commit
a56359d1de
@ -1,6 +1,5 @@ |
|||||||
// The version pragma below should get flagged by the detector |
// The version pragma below should get flagged by the detector |
||||||
// Reason: The expression "^0.4.0 >0.4.2" allows old solc (<0.4.23) |
pragma solidity ^0.4.23; |
||||||
pragma solidity ^0.4.24; |
|
||||||
pragma solidity >=0.4.0 <0.6.0; |
pragma solidity >=0.4.0 <0.6.0; |
||||||
contract Contract{ |
contract Contract{ |
||||||
|
|
Loading…
Reference in new issue