mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: docs update
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
12ea5e0e90
commit
5a9d09c49e
@@ -50,7 +50,7 @@ predicate isKnownKind(
|
||||
type instanceof AutomodelEndpointTypes::CommandInjectionSinkType
|
||||
}
|
||||
|
||||
/** Gets the argument name for the argument with the index `index`. */
|
||||
/** Gets the models-as-data description for the method argument with the index `index`. */
|
||||
bindingset[index]
|
||||
string getArgumentForIndex(int index) {
|
||||
index = -1 and result = "Argument[this]"
|
||||
|
||||
Reference in New Issue
Block a user