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 2c41c5b commit aa14105Copy full SHA for aa14105
java/ql/lib/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
@@ -256,7 +256,7 @@ private class BulkData extends RefType {
256
*/
257
private predicate inputStreamWrapper(Constructor c, int argi) {
258
c.getParameterType(argi) instanceof BulkData and
259
- c.getDeclaringType().getASourceSupertype*().hasQualifiedName("java.io", "InputStream")
+ c.getDeclaringType().getASourceSupertype+().hasQualifiedName("java.io", "InputStream")
260
}
261
262
/** An object construction that preserves the data flow status of any of its arguments. */
0 commit comments