mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
66a939526e
* fix(skills): bound installer downloads Direct skill dependency response bodies are capped at 256 MiB while streaming, preventing headerless or broken endpoints from consuming unbounded staging disk while preserving supported bundled artifacts. Refs #81817 Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Andrii Furmanets <furmanets.andriy@gmail.com> * fix(skills): reject oversized declared downloads Cancel trustworthy identity Content-Length values above the shared 256 MiB ceiling before opening the staging writer. Keep encoded or malformed declarations on the authoritative decoded-stream byte cap. Refs #81817 Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Andrii Furmanets <furmanets.andriy@gmail.com> --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Andrii Furmanets <furmanets.andriy@gmail.com>