From 653dd9ae443f1c9f3ae5707aa3ad7b75be1fdbd3 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Thu, 9 Nov 2017 18:02:11 +0700 Subject: [PATCH] Update security_checks.md --- security_checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_checks.md b/security_checks.md index 24cb9232..9e0a6b05 100644 --- a/security_checks.md +++ b/security_checks.md @@ -2,7 +2,7 @@ | Issue | Description | Detection | Mythril Module(s) | |------:|-------------|-----------|-----------| -|Unprotected functions| | | [unchecked_suicide](mythril/analysis/modules/unchecked_suicide.py); [ether_send](mythril/analysis/modules/ether_send.py) | +|Unprotected functions| | | [unchecked_suicide](mythril/analysis/modules/unchecked_suicide.py), [ether_send](mythril/analysis/modules/ether_send.py) | |Re-entrancy| | | | |Multiple transfers in a single transaction| | | | |Integer overflow/underflow| | | |