mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Java, C#: Ensure variable is used in all disjuncts
This commit is contained in:
@@ -293,7 +293,7 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, JavaDataF
|
||||
or
|
||||
i = 4 and result = ExternalFlow::paramsString(api) // parameters
|
||||
or
|
||||
i = 5 and result = "" // ext
|
||||
i = 5 and result = "" and exists(api) // ext
|
||||
}
|
||||
|
||||
string partialNeutralModelRow(Callable api, int i) {
|
||||
|
||||
Reference in New Issue
Block a user