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.
regex.qll
1 parent eff7cf6 commit d51aaf2Copy full SHA for d51aaf2
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