mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Merge pull request #5000 from erik-krogh/redosOnlyNonMin
Approved by esbena
This commit is contained in:
@@ -112,7 +112,9 @@ class RegExpRoot extends RegExpTerm {
|
||||
// there are no lookbehinds
|
||||
not exists(RegExpLookbehind lbh | getRoot(lbh) = this) and
|
||||
// is actually used as a RegExp
|
||||
isUsedAsRegExp()
|
||||
isUsedAsRegExp() and
|
||||
// pragmatic performance optimization: ignore minified files.
|
||||
not getRootTerm().getParent().(Expr).getTopLevel().isMinified()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user