Skip to content
Discussion options

You must be logged in to vote

@moeid3 According to this example (enterRaffle function), reading the players' state array can create a DOS issue and stop new players from entering the raffle due to higher gas than the block limit. So, in that case, you will create a single issue stating that 'Users will not be able to enter the raffle because of a DOS issue in the enterRaffle function.'

Now, let's suppose that in the refund function, there would have been a loop as well, and it also would have caused a DOS issue; then, that would have been a separate issue where you would have mentioned an issue like this: 'Users will not be able to get a refund due to a DOS issue in the refund function.

These would have been two diffe…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@moeid3
Comment options

@alymurtazamemon
Comment options

Answer selected by moeid3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants