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 c115c68 + d51aaf2 commit d56caa2Copy full SHA for d56caa2
python/ql/lib/semmle/python/regex.qll
@@ -1,6 +1,8 @@
1
import python
2
deprecated import semmle.python.objects.ObjectInternal as OI
3
private import semmle.python.ApiGraphs
4
+// Need to import since frameworks can extend the abstract `RegexString`
5
+private import semmle.python.Frameworks
6
7
/**
8
* Gets the positional argument index containing the regular expression flags for the member of the
0 commit comments