Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98204a1 commit 15206fdCopy full SHA for 15206fd
1 file changed
java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql
@@ -46,7 +46,7 @@ class RequestResponseFlowConfig extends TaintTracking::Configuration {
46
47
/** Eliminate the method of calling the node is not the get method. */
48
override predicate isSanitizer(DataFlow::Node node) {
49
- not getACallingCallableOrSelf(node.getEnclosingCallable()) instanceof RequestGetMethod
+ not getACallingCallableOrSelf(node.getEnclosingCallable()) instanceof RequestGetMethod
50
}
51
52
override predicate isAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
0 commit comments