You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace raw response.json() with readResponseWithLimit to prevent
unbounded buffering of DashScope video generation API responses
(submit and poll paths), matching the existing provider response
read pattern.
A malicious or misconfigured DashScope-compatible endpoint could
stream an unbounded JSON body, forcing the runtime to buffer it all
before parsing.
Co-Authored-By: Claude <[email protected]>
0 commit comments