Update confidence of controlled delegatecall

pull/81/head
Josselin 6 years ago
parent 1f1e31c526
commit 20b7a29e38
  1. 2
      slither/detectors/statements/controlled_delegatecall.py

@ -9,7 +9,7 @@ class ControlledDelegateCall(AbstractDetector):
ARGUMENT = 'controlled-delegatecall'
HELP = 'Controlled delegatecall function id'
IMPACT = DetectorClassification.HIGH
CONFIDENCE = DetectorClassification.HIGH
CONFIDENCE = DetectorClassification.MEDIUM
WIKI = 'https://github.com/trailofbits/slither/wiki/Vulnerabilities-Description#controlled-delegatecall'

Loading…
Cancel
Save