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
Use of Unicode Bidi override control characters allows malicious attackers to write code that looks like it does one thing, but actually does another, especially by embedding such control characters in string literals or comments.
The compiler should disallow use of such codepoints by default, and have a flag to allow use (potentially specifying only specific files that can use them). I'm drawing my suggestion purely from what Rust has done.