Missing Pagination Medium

Calling AWS API methods that return paginated results without properly handling pagination can lead to incomplete data. The full result set may span multiple pages, but only the first page is returned without pagination. Failing to retrieve all pages can cause data loss or inaccurate results. Pagination should be used to automatically handle page tokens and iterate through all response pages.

Detector ID
go/missing-pagination@v1.0
Category
Common Weakness Enumeration (CWE) external icon