Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8740e87

Browse files
author
Benjamin Muskalla
committed
Fix docs
1 parent a546b38 commit 8740e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/utils/model-generator/CaptureSummaryModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ string captureQualifierFlow(Callable api) {
5858
* Captured Model:
5959
* ```
6060
* p;Foo;true;returnsTainted;;Argument[-1];ReturnValue;taint
61-
* p;Foo;true;putsTaintIntoParameter;(List);Argument[-1];ReturnValue;taint
61+
* p;Foo;true;putsTaintIntoParameter;(List);Argument[-1];Argument[0];taint
6262
* ```
6363
*/
6464
string captureFieldFlow(Callable api) {

0 commit comments

Comments
 (0)