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 {
113113 node .getEnclosingCallable ( ) .getDeclaringType ( ) instanceof NonSecurityTestClass or
114114 node .asExpr ( ) instanceof ValidatedVariableAccess
115115 }
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 ( ) }
123116}
124117
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+
125124import Cached
126125
127126private RefType getElementType ( RefType container ) {
You can’t perform that action at this time.
0 commit comments