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 cc4fe73 commit 60eb811Copy full SHA for 60eb811
python/ql/src/semmle/python/security/performance/RegExpTreeView.qll
@@ -8,7 +8,8 @@ import semmle.python.RegexTreeView
8
/**
9
* Holds if the regular expression should not be considered.
10
*
11
- * For javascript we make the pragmatic performance optimization to ignore files we did not extract.
+ * We make the pragmatic performance optimization to ignore regular expressions in files
12
+ * that does not belong to the project code (such as installed dependencies).
13
*/
14
predicate isExcluded(RegExpParent parent) {
15
not exists(parent.getRegex().getLocation().getFile().getRelativePath())
0 commit comments