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 1da94e1 commit 84bc904Copy full SHA for 84bc904
1 file changed
python/ql/lib/semmle/python/regex.qll
@@ -109,6 +109,11 @@ deprecated string mode_from_mode_object(Value obj) {
109
)
110
}
111
112
+// importing all the frameworks that extend `RegexString`.
113
+private import semmle.python.frameworks.Django as Django1
114
+private import semmle.python.frameworks.Tornado as Tornado1
115
+private import semmle.python.web.django.General as Django2
116
+
117
/** A StrConst used as a regular expression */
118
abstract class RegexString extends Expr {
119
RegexString() { (this instanceof Bytes or this instanceof Unicode) }
0 commit comments