Update example.py

Update plugin example
pull/21/head
Feist Josselin 6 years ago committed by GitHub
parent 6790757549
commit 0d1bbbebad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugin_example/slither_my_plugin/detectors/example.py

@ -9,7 +9,8 @@ class Example(AbstractDetector):
ARGUMENT = 'mydetector' # slither will launch the detector with slither.py --mydetector
HELP = 'Help printed by slither'
CLASSIFICATION = DetectorClassification.HIGH
IMPACT = DetectorClassification.HIGH
CONFIDENCE = DetectorClassification.HIGH
def detect(self):

Loading…
Cancel
Save