Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dda3a7 commit 682dc61Copy full SHA for 682dc61
1 file changed
howto/unicode.po
@@ -953,6 +953,9 @@ msgid ""
953
"true if the input data also specifies the encoding, since the attacker can "
954
"then choose a clever way to hide malicious text in the encoded bytestream."
955
msgstr ""
956
+"当要使用的数据来自 Web "
957
+"浏览器或其他不受信来源时,常用技术是在用该字符串生成命令行之前,或要存入数据库之前,先检查字符串中是否包含非法字符。请仔细检查解码后的字符串,而不是编码格式的字节串数据;有些编码可能具备一些有趣的特性,例如与"
958
+" ASCII 不是一一对应或不完全兼容。如果输入数据还指定了编码格式,则尤其如此,因为攻击者可以选择一种巧妙的方式将恶意文本隐藏在经过编码的字节流中。"
959
960
#: ../../howto/unicode.rst:691
961
msgid "Converting Between File Encodings"
0 commit comments