Update mythril/analysis/module/modules/arbitrary_jump.py

Co-Authored-By: Nikhil Parasaram <nikhilparasaram@gmail.com>
vuln_edits
Bernhard Mueller 5 years ago committed by GitHub
parent aff3ec67b0
commit 3b23c90178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/module/modules/arbitrary_jump.py

@ -14,7 +14,7 @@ Search for jumps to arbitrary locations in the bytecode
class ArbitraryJump(DetectionModule):
"""This module searches for JUMPs to an user-specified location."""
"""This module searches for JUMPs to a user-specified location."""
name = "Caller can redirect execution to arbitrary bytecode locations"
swc_id = ARBITRARY_JUMP

Loading…
Cancel
Save