ucfopen/Materia-Server-Client-Assets

Materia.Engine does not check if received POST messages are valid

Goff-Davis opened this issue · 0 comments

In _onPostMessage function on line ~120 JSON.parse(e.data) is run, but does not check if e.data is a string.