Java: Update hand written summary for writeLines as the generated one will be ignored.

This commit is contained in:
Michael Nebel
2022-05-30 08:06:47 +02:00
parent 7e5dd7a065
commit ad4d8304ed

View File

@@ -14,7 +14,8 @@ private class ApacheCommonsIOCustomSummaryCsv extends SummaryModelCsv {
row =
[
"org.apache.commons.io;IOUtils;false;toBufferedInputStream;;;Argument[0];ReturnValue;taint",
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[0];Argument[2];taint",
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[0].Element;Argument[2];taint",
"org.apache.commons.io;IOUtils;true;writeLines;(Collection,String,Writer);;Argument[1];Argument[2];taint",
"org.apache.commons.io;IOUtils;true;toByteArray;(Reader);;Argument[0];ReturnValue;taint",
"org.apache.commons.io;IOUtils;true;toByteArray;(Reader,String);;Argument[0];ReturnValue;taint",
]