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 63d07fe commit e4bc193Copy full SHA for e4bc193
javascript/ql/lib/semmle/javascript/security/regexp/PolynomialReDoSQuery.qll
@@ -27,6 +27,8 @@ module PolynomialReDoSConfig implements DataFlow::ConfigSig {
27
// TODO: localFieldStep is too expensive with dataflow2
28
// DataFlow::localFieldStep(pred, succ)
29
}
30
+
31
+ int fieldFlowBranchLimit() { result = 1 } // library inputs are too expensive on some projects
32
33
34
/** Taint-tracking for reasoning about polynomial regular expression denial-of-service attacks. */
0 commit comments