Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olegggatttor committed Apr 16, 2024
1 parent fdec81b commit 9650c18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions slitherin/detectors/vyper/reentrancy_curve_vyper_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

VULNERABLE_VERSIONS = ['0.2.15', '0.2.16', '0.3.0']
class CurveVyperReentrancy(AbstractDetector):
"""
Sees if contract setters do not emit events
"""

ARGUMENT = 'pess-curve-vyper-reentrancy' # slither will launch the detector with slither.py --detect mydetector
HELP = f'Vyper compiler versions {", ".join(VULNERABLE_VERSIONS)} are vulnerable to malfunctioning re-entrancy guards. Upgrade your compiler version.'
IMPACT = DetectorClassification.HIGH
Expand Down

0 comments on commit 9650c18

Please sign in to comment.