File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,14 @@ private module Cached {
113
113
node .getEnclosingCallable ( ) .getDeclaringType ( ) instanceof NonSecurityTestClass or
114
114
node .asExpr ( ) instanceof ValidatedVariableAccess
115
115
}
116
-
117
- /**
118
- * Holds if `guard` should be a sanitizer guard in all global taint flow configurations
119
- * but not in local taint.
120
- */
121
- cached
122
- predicate defaultTaintSanitizerGuard ( DataFlow:: BarrierGuard guard ) { none ( ) }
123
116
}
124
117
118
+ /**
119
+ * Holds if `guard` should be a sanitizer guard in all global taint flow configurations
120
+ * but not in local taint.
121
+ */
122
+ predicate defaultTaintSanitizerGuard ( DataFlow:: BarrierGuard guard ) { none ( ) }
123
+
125
124
import Cached
126
125
127
126
private RefType getElementType ( RefType container ) {
You can’t perform that action at this time.
0 commit comments