mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Added tests for Jakarta expression injection
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package javax.el;
|
||||
|
||||
public class ValueExpression {
|
||||
public Object getValue(ELContext context) { return null; }
|
||||
public void setValue(ELContext context, Object value) {}
|
||||
}
|
||||
Reference in New Issue
Block a user