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.
1 parent ffb8938 commit 6f2cdbfCopy full SHA for 6f2cdbf
1 file changed
python/ql/src/semmle/python/RegexTreeView.qll
@@ -445,8 +445,9 @@ class RegExpEscape extends RegExpNormalChar {
445
or
446
this.getUnescaped() = "t" and result = "\t"
447
448
- this.getUnescaped() = "f" and result = ""
449
- or
+ // TODO: Find a way to include a formfeed character
+ // this.getUnescaped() = "f" and result = ""
450
+ // or
451
isUnicode() and
452
result = getUnicode()
453
}
0 commit comments