MATIC Price: $0.94 (-11.56%)
Gas: 221 GWei

Solidity Bug Info

Bug Name Description Severity
MissingEscapingInFormatting
String literals containing double backslash characters passed directly to external or encoding function calls can lead to a different string being used when ABIEncoderV2 is enabled.
When ABIEncoderV2 is enabled, string literals passed directly to encoding functions or external function calls are stored as strings in the intemediate code. Characters outside the printable range are handled correctly, but backslashes are not escaped in this procedure. This leads to double backslashes being reduced to single backslashes and consequently re-interpreted as escapes potentially resulting in a different string being encoded.

- First Introduced: 0.5.14
- Fixed in Version: 0.6.8
- Published:
- Severity<: very low

very low