This could be considered as a DoS attack too? #106
-
In Lesson 34: Mishandling of ETH: Minimized in the PuppyRaffle security review, we checked a line of code like the one below: require(address(this).balance == uint256(totalFees), "PuppyRaffle: There are currently players active!"); When the vulnerability is exploited by a Smart Contract attacker who uses |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sure could be :) Often, one type of attack could fall in many categorizations of attacks. Way to think critically on this! |
Beta Was this translation helpful? Give feedback.
Sure could be :)
Often, one type of attack could fall in many categorizations of attacks.
Way to think critically on this!