We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88355e commit 45469a4Copy full SHA for 45469a4
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll
@@ -364,7 +364,7 @@ module CsvValidation {
364
exists(string row, string kind | sourceModel(row) |
365
kind = row.splitAt(";", 7) and
366
not kind = "local" and
367
- msg = "Invalid kind \"" + kind + "\" in sink model."
+ msg = "Invalid kind \"" + kind + "\" in source model."
368
)
369
}
370
0 commit comments