diff --git a/aderyn_core/src/detect/high/delegate_call_no_address_check.rs b/aderyn_core/src/detect/high/delegate_call_no_address_check.rs index 77d9ef8f..29b53011 100644 --- a/aderyn_core/src/detect/high/delegate_call_no_address_check.rs +++ b/aderyn_core/src/detect/high/delegate_call_no_address_check.rs @@ -47,7 +47,7 @@ impl IssueDetector for DelegateCallOnUncheckedAddressDetector { } fn title(&self) -> String { - String::from("Delegatecall made by the function without checks on any adress.") + String::from("Delegatecall made by the function without checks on any address.") } fn description(&self) -> String { @@ -119,7 +119,7 @@ mod delegate_call_no_address_check_tests { // assert the title is correct assert_eq!( detector.title(), - String::from("Delegatecall made by the function without checks on any adress.") + String::from("Delegatecall made by the function without checks on any address.") ); // assert the description is correct assert_eq!( diff --git a/reports/adhoc-sol-files-highs-only-report.json b/reports/adhoc-sol-files-highs-only-report.json index 794c02e1..7ff53eb7 100644 --- a/reports/adhoc-sol-files-highs-only-report.json +++ b/reports/adhoc-sol-files-highs-only-report.json @@ -144,7 +144,7 @@ ] }, { - "title": "Delegatecall made by the function without checks on any adress.", + "title": "Delegatecall made by the function without checks on any address.", "description": "Introduce checks on the address", "detector_name": "delegate-call-unchecked-address", "instances": [ diff --git a/reports/adhoc-sol-files-report.md b/reports/adhoc-sol-files-report.md index 718a3412..2ec7f1f8 100644 --- a/reports/adhoc-sol-files-report.md +++ b/reports/adhoc-sol-files-report.md @@ -10,7 +10,7 @@ This report was generated by [Aderyn](https://github.com/Cyfrin/aderyn), a stati - [High Issues](#high-issues) - [H-1: Using `delegatecall` in loop](#h-1-using-delegatecall-in-loop) - [H-2: Uninitialized State Variables](#h-2-uninitialized-state-variables) - - [H-3: Delegatecall made by the function without checks on any adress.](#h-3-delegatecall-made-by-the-function-without-checks-on-any-adress) + - [H-3: Delegatecall made by the function without checks on any address.](#h-3-delegatecall-made-by-the-function-without-checks-on-any-address) - [H-4: Unchecked Low level calls](#h-4-unchecked-low-level-calls) - [Low Issues](#low-issues) - [L-1: Centralization Risk for trusted owners](#l-1-centralization-risk-for-trusted-owners) @@ -141,7 +141,7 @@ Solidity does initialize variables by default when you declare them, however it' -## H-3: Delegatecall made by the function without checks on any adress. +## H-3: Delegatecall made by the function without checks on any address. Introduce checks on the address diff --git a/reports/hardhat-playground-report.md b/reports/hardhat-playground-report.md index 856df964..33d9b347 100644 --- a/reports/hardhat-playground-report.md +++ b/reports/hardhat-playground-report.md @@ -11,7 +11,7 @@ This report was generated by [Aderyn](https://github.com/Cyfrin/aderyn), a stati - [H-1: Using `delegatecall` in loop](#h-1-using-delegatecall-in-loop) - [H-2: `abi.encodePacked()` should not be used with dynamic types when passing the result to a hash function such as `keccak256()`](#h-2-abiencodepacked-should-not-be-used-with-dynamic-types-when-passing-the-result-to-a-hash-function-such-as-keccak256) - [H-3: Uninitialized State Variables](#h-3-uninitialized-state-variables) - - [H-4: Delegatecall made by the function without checks on any adress.](#h-4-delegatecall-made-by-the-function-without-checks-on-any-adress) + - [H-4: Delegatecall made by the function without checks on any address.](#h-4-delegatecall-made-by-the-function-without-checks-on-any-address) - [H-5: Unchecked Low level calls](#h-5-unchecked-low-level-calls) - [Low Issues](#low-issues) - [L-1: `ecrecover` is susceptible to signature malleability](#l-1-ecrecover-is-susceptible-to-signature-malleability) @@ -138,7 +138,7 @@ Solidity does initialize variables by default when you declare them, however it' -## H-4: Delegatecall made by the function without checks on any adress. +## H-4: Delegatecall made by the function without checks on any address. Introduce checks on the address diff --git a/reports/report.json b/reports/report.json index 933e4d0a..41626156 100644 --- a/reports/report.json +++ b/reports/report.json @@ -1908,7 +1908,7 @@ ] }, { - "title": "Delegatecall made by the function without checks on any adress.", + "title": "Delegatecall made by the function without checks on any address.", "description": "Introduce checks on the address", "detector_name": "delegate-call-unchecked-address", "instances": [ diff --git a/reports/report.md b/reports/report.md index 8b1e3f1a..ae1c408e 100644 --- a/reports/report.md +++ b/reports/report.md @@ -30,7 +30,7 @@ This report was generated by [Aderyn](https://github.com/Cyfrin/aderyn), a stati - [H-20: Unchecked `bool success` value for send call.](#h-20-unchecked-bool-success-value-for-send-call) - [H-21: Misused boolean with logical operators](#h-21-misused-boolean-with-logical-operators) - [H-22: Functions send eth away from contract but performs no checks on any address.](#h-22-functions-send-eth-away-from-contract-but-performs-no-checks-on-any-address) - - [H-23: Delegatecall made by the function without checks on any adress.](#h-23-delegatecall-made-by-the-function-without-checks-on-any-adress) + - [H-23: Delegatecall made by the function without checks on any address.](#h-23-delegatecall-made-by-the-function-without-checks-on-any-address) - [H-24: Tautological comparison.](#h-24-tautological-comparison) - [H-25: RTLO character detected in file. \u{202e}](#h-25-rtlo-character-detected-in-file-u202e) - [H-26: Return value of the function call is not checked.](#h-26-return-value-of-the-function-call-is-not-checked) @@ -1775,7 +1775,7 @@ Consider introducing checks for `msg.sender` to ensure the recipient of the mone -## H-23: Delegatecall made by the function without checks on any adress. +## H-23: Delegatecall made by the function without checks on any address. Introduce checks on the address