Update rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll

Co-authored-by: Simon Friis Vindum <paldepind@github.com>
This commit is contained in:
Michael Nebel
2025-09-02 13:34:23 +02:00
committed by GitHub
parent 464d8b13a8
commit 6f5da528a4

View File

@@ -51,8 +51,8 @@ private import codeql.rust.elements.internal.CallExprBaseImpl::Impl as CallExprB
/**
* Holds if in a call to the function with canonical path `path`, the value referred
* to by `output` is a flow source of the given `kind`.
* The `madId` is the data extension row number.
* to by `output` is a flow source of the given `kind` and `madId` is the data
* extension row number.
*
* `output = "ReturnValue"` simply means the result of the call itself.
*