mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
Java: Fix bad join-order.
This commit is contained in:
@@ -1805,14 +1805,14 @@ private newtype TSummaryCtx =
|
||||
flow(p, true, TNil(_), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _,
|
||||
any(Summary s | s = TSummaryTaint() or s = TSummaryTaintStore(_)), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
} or
|
||||
TSummaryCtxConsNil(ParameterNode p, Content f) {
|
||||
exists(Configuration conf, ReturnNodeExt ret |
|
||||
flow(p, true, TConsNil(f, _), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _, TSummaryReadTaint(f), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1805,14 +1805,14 @@ private newtype TSummaryCtx =
|
||||
flow(p, true, TNil(_), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _,
|
||||
any(Summary s | s = TSummaryTaint() or s = TSummaryTaintStore(_)), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
} or
|
||||
TSummaryCtxConsNil(ParameterNode p, Content f) {
|
||||
exists(Configuration conf, ReturnNodeExt ret |
|
||||
flow(p, true, TConsNil(f, _), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _, TSummaryReadTaint(f), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1805,14 +1805,14 @@ private newtype TSummaryCtx =
|
||||
flow(p, true, TNil(_), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _,
|
||||
any(Summary s | s = TSummaryTaint() or s = TSummaryTaintStore(_)), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
} or
|
||||
TSummaryCtxConsNil(ParameterNode p, Content f) {
|
||||
exists(Configuration conf, ReturnNodeExt ret |
|
||||
flow(p, true, TConsNil(f, _), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _, TSummaryReadTaint(f), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1805,14 +1805,14 @@ private newtype TSummaryCtx =
|
||||
flow(p, true, TNil(_), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _,
|
||||
any(Summary s | s = TSummaryTaint() or s = TSummaryTaintStore(_)), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
} or
|
||||
TSummaryCtxConsNil(ParameterNode p, Content f) {
|
||||
exists(Configuration conf, ReturnNodeExt ret |
|
||||
flow(p, true, TConsNil(f, _), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _, TSummaryReadTaint(f), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1805,14 +1805,14 @@ private newtype TSummaryCtx =
|
||||
flow(p, true, TNil(_), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _,
|
||||
any(Summary s | s = TSummaryTaint() or s = TSummaryTaintStore(_)), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
} or
|
||||
TSummaryCtxConsNil(ParameterNode p, Content f) {
|
||||
exists(Configuration conf, ReturnNodeExt ret |
|
||||
flow(p, true, TConsNil(f, _), conf) and
|
||||
parameterFlowReturn(p, ret, _, _, _, TSummaryReadTaint(f), conf) and
|
||||
flow(ret, conf)
|
||||
flow(ret, unbind(conf))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user