mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Java: Added MVELRuntime.execute() sink for MVEL injections
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.mvel2;
|
||||
|
||||
import org.mvel2.compiler.CompiledExpression;
|
||||
import org.mvel2.integration.VariableResolverFactory;
|
||||
|
||||
public class MVELRuntime {
|
||||
public static Object execute(boolean debugger, CompiledExpression expression, Object ctx, VariableResolverFactory variableFactory) { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user