mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Prevent join on integer.
This commit is contained in:
@@ -59,8 +59,9 @@ module Private {
|
||||
|
||||
PipelineParameterImpl() {
|
||||
exists(int index |
|
||||
i = FunParam(index) and
|
||||
any(Synthesis s).pipelineParameterHasIndex(super.getDeclaringScopeImpl(), index)
|
||||
i = FunParam(pragma[only_bind_into](index)) and
|
||||
any(Synthesis s)
|
||||
.pipelineParameterHasIndex(super.getDeclaringScopeImpl(), pragma[only_bind_into](index))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user