import all the frameworks that extend RegexString

This commit is contained in:
Erik Krogh Kristensen
2022-03-02 20:54:34 +01:00
parent b959705531
commit 5caff81ff9

View File

@@ -111,6 +111,11 @@ deprecated string mode_from_mode_object(Value obj) {
)
}
// importing all the frameworks that extend `RegexString`.
private import semmle.python.frameworks.Django as Django1
private import semmle.python.frameworks.Tornado as Tornado1
private import semmle.python.web.django.General as Django2
/** A StrConst used as a regular expression */
abstract class RegexString extends Expr {
RegexString() { (this instanceof Bytes or this instanceof Unicode) }