PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
367 stars 22 forks source link

http.request: Headers can contain \r and \n #944

Closed Sainan closed 2 weeks ago

Sainan commented 3 weeks ago

I'm not quite sure what the appropriate handling here would be, but the current way this data is simply inserted directly into the HTTP request could be problematic if the value is user-controlled.