mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-25 18:36:57 +03:00
Adjust utf8toUnicode description
parent
1f61257635
commit
6537ab0528
@ -170,7 +170,7 @@ Like urlDecode, but with support for the Microsoft-specific %u encoding. If the
|
|||||||
Encodes input string using URL encoding.
|
Encodes input string using URL encoding.
|
||||||
|
|
||||||
== utf8toUnicode ==
|
== utf8toUnicode ==
|
||||||
Converts all UTF-8 characters sequences to Unicode. This help input normalization specially for non-english languages minimizing false-positives and false-negatives. (available with 2.7.0)
|
Converts all UTF-8 character sequences to Unicode (using '%uHHHH' format). This help input normalization specially for non-english languages minimizing false-positives and false-negatives.
|
||||||
|
|
||||||
== sha1 ==
|
== sha1 ==
|
||||||
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
||||||
|
@ -2993,7 +2993,7 @@ Like urlDecode, but with support for the Microsoft-specific %u encoding. If the
|
|||||||
Encodes input string using URL encoding.
|
Encodes input string using URL encoding.
|
||||||
|
|
||||||
== utf8toUnicode ==
|
== utf8toUnicode ==
|
||||||
Converts all UTF-8 characters sequences to Unicode. This help input normalization specially for non-english languages minimizing false-positives and false-negatives. (available with 2.7.0)
|
Converts all UTF-8 character sequences to Unicode (using '%uHHHH' format). This help input normalization specially for non-english languages minimizing false-positives and false-negatives.
|
||||||
|
|
||||||
== sha1 ==
|
== sha1 ==
|
||||||
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
||||||
|
@ -1953,7 +1953,7 @@ Like urlDecode, but with support for the Microsoft-specific %u encoding. If the
|
|||||||
Encodes input string using URL encoding.
|
Encodes input string using URL encoding.
|
||||||
|
|
||||||
== utf8toUnicode ==
|
== utf8toUnicode ==
|
||||||
Converts all UTF-8 characters sequences to Unicode. This help input normalization specially for non-english languages minimizing false-positives and false-negatives. (available with 2.7.0)
|
Converts all UTF-8 character sequences to Unicode (using '%uHHHH' format). This help input normalization specially for non-english languages minimizing false-positives and false-negatives.
|
||||||
|
|
||||||
== sha1 ==
|
== sha1 ==
|
||||||
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
Calculates a SHA1 hash from the input string. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example, t:sha1,t:hexEncode).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user