Java: activate the models in openstream query

This commit is contained in:
Jami Cogswell
2023-05-03 09:57:45 -04:00
parent f8b39fda2e
commit 917268e7e6
2 changed files with 10 additions and 6 deletions

View File

@@ -17,6 +17,10 @@ import semmle.code.java.dataflow.FlowSources
import semmle.code.java.dataflow.ExternalFlow
import RemoteUrlToOpenStreamFlow::PathGraph
private class ActivateModels extends ActiveExperimentalModels {
ActivateModels() { this = "openstream-called-on-tainted-url" }
}
class UrlConstructor extends ClassInstanceExpr {
UrlConstructor() { this.getConstructor().getDeclaringType() instanceof TypeUrl }