Cap split_transaction's unbounded while-loop #28
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low
Category: bug
Location:
app.py:684-698Problem
while Trueconsumes split_cat_{i} fields with no max; a crafted POST with thousands of fields burns CPU.Suggested fix
Add a
MAX_SPLITSguard.Filed by automated code review.