Roundup Tracker - Issues

Message7939

Author rouilj
Recipients rouilj
Date 2024-02-12.20:32:28
Message-id <1707769949.01.0.660287742825.issue2551315@roundup.psfhosted.org>
In-reply-to
First step to handling:

 https://owasp.org/API-Security/editions/2023/en/0xa4-unrestricted-resource-consumption/

If the user requests @page_size > limit, interpret as though the limit has been
used.

OWASP includes cpu use, memory use etc. Some of these can be handled by ulimit settings
when running under gnuicorn or uwsgi. When running in a container similar memory and cpu
limits can be set.

Note that there is no limit AFAIK on the number of rows that can be retrieved via the web
interface either.
History
Date User Action Args
2024-02-12 20:32:29rouiljsetrecipients: + rouilj
2024-02-12 20:32:29rouiljsetmessageid: <1707769949.01.0.660287742825.issue2551315@roundup.psfhosted.org>
2024-02-12 20:32:28rouiljlinkissue2551315 messages
2024-02-12 20:32:28rouiljcreate