#401 LOW: API pagination offset unbounded for DoS
Description
EditAPI endpoints (logs.py:1220, schedules.py:685) don't bound offset. Large offset=999999999 forces PostgreSQL to skip massive rows. Fix: Add max_offset validation or keyset pagination.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...