mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
we don't need TypeInputStreamConstructorArgumentSink anymore
This commit is contained in:
@@ -25,14 +25,6 @@ module DecompressionBomb {
|
||||
}
|
||||
|
||||
abstract class BombTypeInputStream extends RefType { }
|
||||
|
||||
private class TypeInputStreamConstructorArgumentSink extends DecompressionBomb::Sink {
|
||||
TypeInputStreamConstructorArgumentSink() {
|
||||
exists(ConstructorCall call | call.getConstructedType() instanceof BombTypeInputStream |
|
||||
this.asExpr() = call.getArgument(0)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user