Skip to content

Commit ad4d830

Browse files
committed
Java: Update hand written summary for writeLines as the generated one will be ignored.
1 parent 7e5dd7a commit ad4d830

File tree

1 file changed

+2
-1
lines changed
  • java/ql/lib/semmle/code/java/frameworks/apache

1 file changed

+2
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/apache/IO.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ private class ApacheCommonsIOCustomSummaryCsv extends SummaryModelCsv {
1414
row =
1515
[
1616
"org.apache.commons.io;IOUtils;false;toBufferedInputStream;;;Argument[0];ReturnValue;taint",
17-
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[0];Argument[2];taint",
17+
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[0].Element;Argument[2];taint",
18+
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[1];Argument[2];taint",
1819
"org.apache.commons.io;IOUtils;true;toByteArray;(Reader);;Argument[0];ReturnValue;taint",
1920
"org.apache.commons.io;IOUtils;true;toByteArray;(Reader,String);;Argument[0];ReturnValue;taint",
2021
]

0 commit comments

Comments
 (0)