mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
Use new TypeInputStream
This commit is contained in:
@@ -102,7 +102,7 @@ private module Dispatch {
|
||||
or
|
||||
t instanceof Interface and not t.fromSource()
|
||||
or
|
||||
t.hasQualifiedName("java.io", "InputStream")
|
||||
t instanceof TypeInputStream
|
||||
or
|
||||
t.hasQualifiedName("java.io", "Serializable")
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user