From d26d97354b96f64383ddc78ba8833385aa9e79ad Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Wed, 15 Nov 2017 18:14:06 +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 92884f76..aeeabec7 100644 --- a/security_checks.md +++ b/security_checks.md @@ -7,7 +7,7 @@ |Re-entrancy| | | |Multiple transfers in a single transaction| | | | |Function call to untrusted contract| | | | -|Delegatecall or callcode to untrusted contract| | | | +|Delegatecall or callcode to untrusted contract| | [delegatecall_forward](mythril/analysis/modules/delegatecall_forward.py), [delegatecall_to_dynamic.py](mythril/analysis/modules/delegatecall_to_dynamic.py) | |Integer overflow/underflow| | [integer_underflow](mythril/analysis/modules/integer_underflow.py) | |Type confusion| | | |Predictable RNG| | |