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
This affects all versions of package posix. When invoking the toString method, it will fallback to 0x0 value, as the value of toString is not invokable (not a function), and then it will crash with type-check.
I'm not claiming it doesn't have any other vulnerabilities or possibly even worse ones -- the very nature of this posix module is that it involves some dangerous functionality nodejs doesn't expose.
This affects all versions of package posix. When invoking the toString method, it will fallback to 0x0 value, as the value of toString is not invokable (not a function), and then it will crash with type-check.
GHSA-27mx-gchc-6xjp
The text was updated successfully, but these errors were encountered: