diff --git a/docs/source/module-list.rst b/docs/source/module-list.rst index d7dffa23..89a5cb05 100644 --- a/docs/source/module-list.rst +++ b/docs/source/module-list.rst @@ -35,7 +35,7 @@ The `exceptions module `_ detects `SWC-117 (Reentrancy) `_ by detecting state changes after calls to external contracts. +The `external calls module `_ warns about `SWC-117 (Reentrancy) `_ by detecting calls to external contracts. ******* Integer @@ -55,11 +55,12 @@ Suicide The `suicide module `_ detects `SWC-106 (Unprotected SELFDESTRUCT) `_. + **************************** -Transaction Order Dependence +State Change External Calls **************************** -The `transaction order dependence module `_ detects `SWC-114 (Transaction Order Dependence / Race Conditions) `_. +The `state change external calls module `_ detects `SWC-107 (Reentrancy) `_ by detecting state change after calls to an external contract. **************** Unchecked Retval