From 097681e705f0aae4864e83ad91b2e09e557dcff7 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Sat, 7 Mar 2026 10:17:58 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll index 929a91ccf09..deac133016f 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll @@ -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`." ) }