Rename DoS module to match naming conventions

berndt_1
Bernhard Mueller 5 years ago
parent 73e2c1d204
commit 14ec100438
  1. 2
      mythril/analysis/modules/dos.py

@ -29,7 +29,7 @@ class VisitsAnnotation(StateAnnotation):
return result
class DOS(DetectionModule):
class DoSModule(DetectionModule):
"""This module consists of a makeshift loop detector that annotates the state with
a list of byte ranges likely to be loops. If a CALL or SSTORE detection is found in
one of the ranges it creates a low-severity issue. This is not super precise but

Loading…
Cancel
Save