misc-confusable-identifiers¶
警告混淆标识符,即在视觉上彼此接近但使用不同的 Unicode 字符的标识符。 这检测了在 CVE-2021-42574 中描述的潜在攻击。
示例
int fo; // Initial character is U+0066 (LATIN SMALL LETTER F).
int 𝐟o; // Initial character is U+1D41F (MATHEMATICAL BOLD SMALL F) not U+0066 (LATIN SMALL LETTER F).