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
Doesn't this mean that binser is in fact not safe? Perhaps deserialize() could take an argument to enable the non-safe behavior of deserializing functions?
The text was updated successfully, but these errors were encountered:
The README says that binser "does not [...] use the Lua parser to read expressions" and that "[t]his makes it safe."
But the deserializer uses
loadstring()
for functions.Doesn't this mean that binser is in fact not safe? Perhaps
deserialize()
could take an argument to enable the non-safe behavior of deserializing functions?The text was updated successfully, but these errors were encountered: