Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15206fd

Browse files
committed
JsonpInjection.ql autoformatted
1 parent 98204a1 commit 15206fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class RequestResponseFlowConfig extends TaintTracking::Configuration {
4646

4747
/** Eliminate the method of calling the node is not the get method. */
4848
override predicate isSanitizer(DataFlow::Node node) {
49-
not getACallingCallableOrSelf(node.getEnclosingCallable()) instanceof RequestGetMethod
49+
not getACallingCallableOrSelf(node.getEnclosingCallable()) instanceof RequestGetMethod
5050
}
5151

5252
override predicate isAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {

0 commit comments

Comments
 (0)