Skip to content

Commit 59f48ec

Browse files
Removed LocalUserInput in JexlInjectionLib.ql
1 parent 8d701e6 commit 59f48ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/src/experimental/Security/CWE/CWE-094/JexlInjectionLib.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class JexlInjectionConfig extends TaintTracking::Configuration {
1212

1313
override predicate isSource(DataFlow::Node source) {
1414
source instanceof TaintedSpringRequestBody or
15-
source instanceof RemoteFlowSource or
16-
source instanceof LocalUserInput
15+
source instanceof RemoteFlowSource
1716
}
1817

1918
override predicate isSink(DataFlow::Node sink) { sink instanceof JexlEvaluationSink }

0 commit comments

Comments
 (0)