Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a546b38 commit 8740e87Copy full SHA for 8740e87
1 file changed
java/ql/src/utils/model-generator/CaptureSummaryModels.ql
@@ -58,7 +58,7 @@ string captureQualifierFlow(Callable api) {
58
* Captured Model:
59
* ```
60
* p;Foo;true;returnsTainted;;Argument[-1];ReturnValue;taint
61
- * p;Foo;true;putsTaintIntoParameter;(List);Argument[-1];ReturnValue;taint
+ * p;Foo;true;putsTaintIntoParameter;(List);Argument[-1];Argument[0];taint
62
63
*/
64
string captureFieldFlow(Callable api) {
0 commit comments