Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan
2026-03-07 10:17:58 +00:00
committed by GitHub
parent 63e8061917
commit 097681e705

View File

@@ -362,7 +362,7 @@ module CsvValidation {
output.matches("ReturnValue%") and
result =
"Constructor model for " + namespace + "." + type +
" should use `Argument[-1]` in the output, not `ReturnValue`."
" should use `Argument[this]` in the output, not `ReturnValue`."
)
}