Merge branch 'master' of github.com:trailofbits/slither

pull/64/head
Josselin 6 years ago
commit e4224b4a6a
  1. 2
      slither/detectors/attributes/old_solc.py
  2. 2
      slither/detectors/functions/arbitrary_send.py

@ -12,7 +12,7 @@ class OldSolc(AbstractDetector):
"""
ARGUMENT = 'solc-version'
HELP = 'If an old version of Solidity used (<0.4.23)'
HELP = 'Old versions of Solidity (< 0.4.23)'
IMPACT = DetectorClassification.INFORMATIONAL
CONFIDENCE = DetectorClassification.HIGH

@ -27,7 +27,7 @@ class ArbitrarySend(AbstractDetector):
"""
ARGUMENT = 'arbitrary-send'
HELP = 'Functions that send ether to an arbitrary destination'
HELP = 'Functions that send ether to arbitrary destinations'
IMPACT = DetectorClassification.HIGH
CONFIDENCE = DetectorClassification.MEDIUM

Loading…
Cancel
Save