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 7723dbc + db2b8d4 commit 59de92cCopy full SHA for 59de92c
shared/regex/codeql/regex/nfa/NfaUtils.qll
@@ -1457,7 +1457,8 @@ module Make<RegexTreeViewSig TreeImpl> {
1457
result = getChar(ancestor) and
1458
ancestor = getAnAncestor(n) and
1459
i = nodeDepth(ancestor)
1460
- )
+ ) and
1461
+ nodeDepth(n) < 100
1462
}
1463
1464
/** Gets a string corresponding to `node`. */
0 commit comments