Java: Review fixes.

This commit is contained in:
Anders Schack-Mulligen
2020-11-24 11:31:44 +01:00
parent ebc6c49555
commit 0450489022
20 changed files with 219 additions and 360 deletions

View File

@@ -52,7 +52,7 @@ class HTTPStringToURLOpenMethodFlowConfig extends TaintTracking::Configuration {
}
override predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) {
exists(UrlConstructor u |
exists(UrlConstructorCall u |
node1.asExpr() = u.protocolArg() and
node2.asExpr() = u
)