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