We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa14105 commit 549fa7eCopy full SHA for 549fa7e
java/ql/lib/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
@@ -255,6 +255,7 @@ private class BulkData extends RefType {
255
* status of its argument.
256
*/
257
private predicate inputStreamWrapper(Constructor c, int argi) {
258
+ not c.fromSource() and
259
c.getParameterType(argi) instanceof BulkData and
260
c.getDeclaringType().getASourceSupertype+().hasQualifiedName("java.io", "InputStream")
261
}
0 commit comments