mirror of
https://github.com/penpot/penpot.git
synced 2026-08-08 22:08:39 +00:00
The create-upload-session RPC method accepted total-chunks values of 0
or negative numbers without validation, creating inconsistent session
state. Add {:min 1} constraint to the schema to reject invalid values
at input validation.
Closes #11103
AI-assisted-by: qwen3.7-plus