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 7be45e7 commit 25b012dCopy full SHA for 25b012d
java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql
@@ -47,7 +47,7 @@ class RequestResponseFlowConfig extends TaintTracking::Configuration {
47
48
override predicate isSource(DataFlow::Node source) {
49
source instanceof RemoteFlowSource and
50
- getACallingCallableOrSelf(source.getEnclosingCallable()) instanceof RequestGetMethod
+ any(RequestGetMethod m).polyCalls*(source.getEnclosingCallable())
51
}
52
53
override predicate isSink(DataFlow::Node sink) {
0 commit comments