pull/1389/head
Josselin Feist 2 years ago
parent fd7edd6545
commit d8f0b99a15
  1. 10
      slither/detectors/attributes/incorrect_solc.py

@ -65,15 +65,7 @@ Consider using the latest version of Solidity for testing."""
) )
# Indicates the allowed versions. Must be formatted in increasing order. # Indicates the allowed versions. Must be formatted in increasing order.
ALLOWED_VERSIONS = [ ALLOWED_VERSIONS = ["0.5.16", "0.5.17", "0.6.11", "0.6.12", "0.7.5", "0.7.6", "0.8.16"]
"0.5.16",
"0.5.17",
"0.6.11",
"0.6.12",
"0.7.5",
"0.7.6",
"0.8.16"
]
# Indicates the versions that should not be used. # Indicates the versions that should not be used.
BUGGY_VERSIONS = [ BUGGY_VERSIONS = [

Loading…
Cancel
Save