mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
724 B
10 lines
724 B
Traceback (most recent call last):
|
|
File "/home/monty/Envs/slither/bin/slither", line 11, in <module>
|
|
load_entry_point('slither-analyzer', 'console_scripts', 'slither')()
|
|
File "/home/monty/Private/tob/tools/slither-public/slither/__main__.py", line 469, in main
|
|
main_impl(all_detector_classes=detectors, all_printer_classes=printers)
|
|
File "/home/monty/Private/tob/tools/slither-public/slither/__main__.py", line 483, in main_impl
|
|
detector_classes = choose_detectors(args, all_detector_classes)
|
|
File "/home/monty/Private/tob/tools/slither-public/slither/__main__.py", line 176, in choose_detectors
|
|
raise Exception('Error: {} is not a detector'.format(d))
|
|
Exception: Error: reentrancy is not a detector
|
|
|