mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Python: Disable use of toUnicode
until supporting CLI is released
This commit is contained in:
@@ -473,9 +473,11 @@ class RegExpEscape extends RegExpNormalChar {
|
||||
* E.g. for `\u0061` this returns "a".
|
||||
*/
|
||||
private string getUnicode() {
|
||||
exists(int codepoint | codepoint = sum(getHexValueFromUnicode(_)) |
|
||||
result = codepoint.toUnicode()
|
||||
)
|
||||
// TODO: Enable this once a supporting CLI is released.
|
||||
// exists(int codepoint | codepoint = sum(getHexValueFromUnicode(_)) |
|
||||
// result = codepoint.toUnicode()
|
||||
// )
|
||||
none()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user