We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6a156 commit 365a8d9Copy full SHA for 365a8d9
java/ql/lib/semmle/code/java/frameworks/JavaIo.qll
@@ -9,7 +9,7 @@ private class JavaIoSummaryCsv extends SummaryModelCsv {
9
[
10
//`namespace; type; subtypes; name; signature; ext; input; output; kind`
11
"java.lang;Appendable;true;append;;;Argument[0];Argument[-1];taint",
12
- "java.lang;Appendable;true;append;;;Argument[-1];ReturnValue;taint",
+ "java.lang;Appendable;true;append;;;Argument[-1];ReturnValue;value",
13
"java.io;Writer;true;write;;;Argument[0];Argument[-1];taint",
14
"java.io;Writer;true;toString;;;Argument[-1];ReturnValue;taint",
15
"java.io;CharArrayWriter;true;toCharArray;;;Argument[-1];ReturnValue;taint",
0 commit comments