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
A regression of #56 occurred in which the use of ToLower allowed a
Cyrillic upper-case I to be sanitised to a standard ASCII i and
this would then permit SCRIPT tags to be injected.
Reported by email:
Note that this is more severe than even the original reporter realised as this works on the NewPolicy which is a blank policy.
An explanation was provided:
Investigation reveals that strings.ToLower() was not even required, and could be omitted which results in the expected (safe) behaviour.
A change is coming in a moment.
Credit to Yandex and @buglloc for reporting this.
The text was updated successfully, but these errors were encountered: