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 6e73d13 commit 7be45e7Copy full SHA for 7be45e7
java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql
@@ -52,7 +52,7 @@ class RequestResponseFlowConfig extends TaintTracking::Configuration {
52
53
override predicate isSink(DataFlow::Node sink) {
54
sink instanceof XssSink and
55
- getACallingCallableOrSelf(sink.getEnclosingCallable()) instanceof RequestGetMethod
+ any(RequestGetMethod m).polyCalls*(source.getEnclosingCallable())
56
}
57
58
override predicate isAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
0 commit comments