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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Running
CSON.readFileon the following CSON results in the callback object's__proto__being hijacked:Any calls to the object's
.toString()method will fail as toString is now an object.This also has the side effect of preventing season from properly returning
__proto__keys (which can be useful in, for example,snippets).