mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Java, C#: Ensure variable is used in all disjuncts
This commit is contained in:
@@ -372,7 +372,7 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, CsharpDat
|
||||
or
|
||||
i = 4 and ExternalFlow::partialModel(api, _, _, _, _, result) // 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