Skip to content

Commit 3df03b7

Browse files
committed
Java: remove duplicated class
1 parent 8f5d0fe commit 3df03b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

java/ql/src/experimental/Security/CWE/CWE-036/OpenStream.ql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ class UrlConstructor extends ClassInstanceExpr {
2727
}
2828
}
2929

30-
class UrlOpenStreamMethod extends Method {
31-
UrlOpenStreamMethod() {
32-
this.getDeclaringType() instanceof TypeUrl and
33-
this.getName() = "openStream"
34-
}
35-
}
36-
3730
class RemoteUrlToOpenStreamFlowConfig extends TaintTracking::Configuration {
3831
RemoteUrlToOpenStreamFlowConfig() { this = "OpenStream::RemoteURLToOpenStreamFlowConfig" }
3932

0 commit comments

Comments
 (0)