diff --git a/docs/call_forward_to_protected.md b/docs/call_forward_to_protected.md index 7ec3b03..4d5ef5a 100644 --- a/docs/call_forward_to_protected.md +++ b/docs/call_forward_to_protected.md @@ -6,6 +6,7 @@ * Confidence: `Low` ## Description +**The detector is obsolete since Slitherin 0.7.1.** Sees if a contract function has low level calls to a custom address. ## Vulnerable Scenario diff --git a/docs/readonly_reentrancy.md b/docs/readonly_reentrancy.md index dbdd7ab..2e62902 100644 --- a/docs/readonly_reentrancy.md +++ b/docs/readonly_reentrancy.md @@ -6,6 +6,7 @@ * Confidence: `Low` ## Description +**The detector is obsolete since Slitherin 0.7.1.** Highlights the use of getter functions that return a value that theoretically could be manipulated during the execution. ## Vulnerable Scenario