mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Removed the OutputStream models
This commit is contained in:
@@ -2,5 +2,4 @@
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added models for the following packages:
|
||||
* java.io
|
||||
* java.nio.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
|
||||
|
||||
Reference in New Issue
Block a user