mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
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:
@@ -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`."
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user