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
It is still possible to misuse string interpolation if the string is built outside the call because the compiler always favors an implicit conversion to string.
We should show how to do this correctly.
Also brainstorm other mitigations.
The text was updated successfully, but these errors were encountered:
See
https://twitter.com/nick_craver/status/899629701836283904.
It is still possible to misuse string interpolation if the string is built outside the call because the compiler always favors an implicit conversion to string.
We should show how to do this correctly.
Also brainstorm other mitigations.
The text was updated successfully, but these errors were encountered: