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.
1 parent 20b532e commit 8a80098Copy full SHA for 8a80098
python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll
@@ -54,7 +54,6 @@ private module Re {
54
*/
55
private class CompiledRegex extends DataFlow::CallCfgNode, RegexExecution::Range {
56
DataFlow::Node regexNode;
57
- DataFlow::CallCfgNode regexMethod;
58
59
CompiledRegex() {
60
exists(DataFlow::CallCfgNode patternCall, DataFlow::AttrRead reMethod |
@@ -78,7 +77,6 @@ private module Re {
78
77
79
class ReEscape extends DataFlow::CallCfgNode, RegexEscape::Range {
80
81
- DataFlow::CallCfgNode escapeMethod;
82
83
ReEscape() {
84
this = API::moduleImport("re").getMember("escape").getACall() and
0 commit comments