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
Is this something the extension is vulnerable to since we're using a regular expression to parse the command messages or are we ok as is? What do we need to do or take into consideration to mitigate the risk of regular expression attacks on the extension?
The text was updated successfully, but these errors were encountered:
Thanks to the suggestion from @NotMyself on stream today, we should consider using the library minimist to parse commands in chat instead of using a regular expression to avoid this.
Is this something the extension is vulnerable to since we're using a regular expression to parse the command messages or are we ok as is? What do we need to do or take into consideration to mitigate the risk of regular expression attacks on the extension?
The text was updated successfully, but these errors were encountered: