Java: Added JSR 223 sinks for MVEL injections

- Updated MvelInjectionLib.qll
- Added tests and stubs for JSR 223 API
This commit is contained in:
Artem Smotrakov
2020-04-25 13:21:41 +02:00
parent 6a6c805048
commit 8fd72659ec
11 changed files with 199 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
package javax.script;
public class SimpleScriptContext implements ScriptContext {}