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.
2 parents fbb58f1 + b385dfd commit 352c50cCopy full SHA for 352c50c
1 file changed
ql/src/codeql_ql/ast/internal/Builtins.qll
@@ -42,7 +42,7 @@ predicate isBuiltinMember(string sig) {
42
"string string.toLowerCase()", "string string.toUpperCase()", "string string.trim()",
43
"int date.daysTo(date)", "int date.getDay()", "int date.getHours()", "int date.getMinutes()",
44
"int date.getMonth()", "int date.getSeconds()", "int date.getYear()",
45
- "string date.toString()", "string date.toISO()"
+ "string date.toString()", "string date.toISO()", "string int.toUnicode()"
46
]
47
}
48
0 commit comments