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 2fceee4 commit f516ccbCopy full SHA for f516ccb
ruby/ql/lib/codeql/ruby/regexp/internal/RegExpConfiguration.qll
@@ -81,6 +81,8 @@ class RegExpConfiguration extends Configuration {
81
nodeTo.asExpr().(CfgNodes::ExprNodes::StringlikeLiteralCfgNode).getAComponent()
82
)
83
}
84
+
85
+ override int fieldFlowBranchLimit() { result = 1 }
86
87
88
private DataFlow::LocalSourceNode trackRegexpType(TypeTracker t) {
0 commit comments