Java: remove FileInputStream summary model since causing issues in DCA

This commit is contained in:
Jami Cogswell
2023-03-20 14:35:30 -04:00
parent 882237e13e
commit 79ce46a221
2 changed files with 1 additions and 4 deletions

View File

@@ -109,9 +109,6 @@ public class Test {
File f3 = (File)source();
sink(f3.listFiles()); // $hasTaintFlow
FileInputStream fis = new FileInputStream((File)source());
sink(fis); // $hasTaintFlow
StringWriter sw = (StringWriter)source();
sink(sw.toString()); // $hasTaintFlow