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 b568bb9 commit cc43a94Copy full SHA for cc43a94
java/ql/src/experimental/Security/CWE/CWE-036/OpenStream.ql
@@ -27,13 +27,6 @@ class UrlConstructor extends ClassInstanceExpr {
27
}
28
29
30
-class UrlOpenStreamMethod extends Method {
31
- UrlOpenStreamMethod() {
32
- this.getDeclaringType() instanceof TypeUrl and
33
- this.getName() = "openStream"
34
- }
35
-}
36
-
37
class RemoteUrlToOpenStreamFlowConfig extends TaintTracking::Configuration {
38
RemoteUrlToOpenStreamFlowConfig() { this = "OpenStream::RemoteURLToOpenStreamFlowConfig" }
39
0 commit comments