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 41a527c + 45c39e6 commit 08ef31dCopy full SHA for 08ef31d
java/ql/lib/semmle/code/java/regex/RegexFlowConfigs.qll
@@ -148,6 +148,8 @@ private module RegexFlowConfig implements DataFlow::ConfigSig {
148
predicate isBarrier(DataFlow::Node node) {
149
node.getEnclosingCallable().getDeclaringType() instanceof NonSecurityTestClass
150
}
151
+
152
+ int fieldFlowBranchLimit() { result = 1 }
153
154
155
private module RegexFlow = DataFlow::Global<RegexFlowConfig>;
0 commit comments