yukon-server
yukon-server copied to clipboard
fix: events args type checking
Some events do not correctly sanitize the received arguments. Also, the function parsing chat commands could access properties of the Object prototype.
While these bugs are not critical at first instance, they should be patched.
I open PR as draft, because I have not yet done all the necessary tests to ensure correct operation.