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
Everywhere we use io.ReadAll is potentially an unbounded read. It would be better to use https://pkg.go.dev/io#LimitedReader to prevent any potential memory blow-ups.
Everywhere we use io.ReadAll is potentially an unbounded read. It would be better to use https://pkg.go.dev/io#LimitedReader to prevent any potential memory blow-ups.