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 8166e26 commit ee6d28bCopy full SHA for ee6d28b
1 file changed
java/ql/src/experimental/Security/CWE/CWE-094/JexlInjectionLib.qll
@@ -13,8 +13,7 @@ class JexlInjectionConfig extends TaintTracking::Configuration {
13
override predicate isSource(DataFlow::Node source) {
14
source instanceof TaintedSpringRequestBody or
15
source instanceof RemoteFlowSource or
16
- source instanceof UserInput or
17
- source instanceof EnvInput
+ source instanceof LocalUserInput
18
}
19
20
override predicate isSink(DataFlow::Node sink) { sink instanceof JexlEvaluationSink }
0 commit comments