SortedLinkedList::getAllValues() could add a paginated function to prevent DoS
Summary
SortedLinkedList::getAllValues() fetches all values from the list, which may be DoSed, both on chain and through certain rpc providers that may timeout.
Vulnerability Detail
There are onchain gas limits and rpc providers may timeout even if there isn't an offchain limit.
Impact
Code Snippet
Tool Used
Manual Review
Recommendation
Usually a separate paginated function is added as an alternative.