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
The sanitisation is only performed in the code path that handles regular expressions so a request for /env/my.foo will not be santized whereas a request for /env/my.* will be.
The text was updated successfully, but these errors were encountered:
The sanitisation is only performed in the code path that handles regular expressions so a request for
/env/my.foo
will not be santized whereas a request for/env/my.*
will be.The text was updated successfully, but these errors were encountered: