Skip to content

Commit 9d04abb

Browse files
committed
C#: Fix an incorrect merge conflict resolution.
1 parent 636d726 commit 9d04abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/TaintedPathQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ private module TaintedPathConfig implements DataFlow::StateConfigSig {
108108
s2 = Normalized()
109109
}
110110

111+
predicate isBarrier(DataFlow::Node node, FlowState state) { node.(Sanitizer).isBarrier(state) }
112+
111113
predicate isBarrierOut(DataFlow::Node node, FlowState state) {
112114
isAdditionalFlowStep(_, state, node, _)
113115
}
114116

115-
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
116-
117117
predicate observeDiffInformedIncrementalMode() { any() }
118118
}
119119

0 commit comments

Comments
 (0)