Removed the OutputStream models

This commit is contained in:
Mathew Payne
2023-04-17 11:38:28 +00:00
parent 824ff8ad88
commit c77cdcf4c3
2 changed files with 0 additions and 3 deletions

View File

@@ -2,5 +2,4 @@
category: minorAnalysis
---
* Added models for the following packages:
* java.io
* java.nio.file

View File

@@ -47,8 +47,6 @@ extensions:
- ["java.io", "RandomAccessFile", False, "writeUTF", "", "", "Argument[0]", "write-file", "manual"]
- ["java.io", "Writer", True, "append", "", "", "Argument[0]", "write-file", "manual"]
- ["java.io", "Writer", True, "write", "", "", "Argument[0]", "write-file", "manual"]
- ["java.io", "OutputStream", True, "write", "(byte[])", "", "Argument[0]", "write-file", "manual"]
- ["java.io", "OutputStream", True, "write", "(byte[],int,int)", "", "Argument[0]", "write-file", "manual"]
- addsTo:
pack: codeql/java-all
extensible: summaryModel