Typo: External Calls now states correctly SWC-107 (#1639)

External Calls mentioned *SWC-117* but links (corrrectly) to SWC-107, fixed typo to *SWC-107*
pull/1641/head
Christian 2 years ago committed by GitHub
parent ca0edd6208
commit c869a2bf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/source/module-list.rst

@ -35,7 +35,7 @@ The `exceptions module <https://github.com/ConsenSys/mythril/blob/develop/mythri
External Calls
**************
The `external calls module <https://github.com/ConsenSys/mythril/blob/develop/mythril/analysis/module/modules/external_calls.py>`_ warns about `SWC-117 (Reentrancy) <https://smartcontractsecurity.github.io/SWC-registry/docs/SWC-107>`_ by detecting calls to external contracts.
The `external calls module <https://github.com/ConsenSys/mythril/blob/develop/mythril/analysis/module/modules/external_calls.py>`_ warns about `SWC-107 (Reentrancy) <https://smartcontractsecurity.github.io/SWC-registry/docs/SWC-107>`_ by detecting calls to external contracts.
*******
Integer

Loading…
Cancel
Save