File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/ql/src/Security/CWE/CWE-094 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<overview >
5
5
<p >
6
- MVEL is an expression language based on Java-syntax.
7
- The language offers many features
6
+ MVEL is an expression language based on Java-syntax,
7
+ which offers many features
8
8
including invocation of methods available in the JVM.
9
9
If a MVEL expression is built using attacker-controlled data,
10
- and then evaluated, then it may allow the attacker to run arbitrary code.
10
+ and then evaluated, then it may allow attackers to run arbitrary code.
11
11
</p >
12
12
</overview >
13
13
@@ -35,4 +35,4 @@ and then runs it in the default powerfull context.
35
35
<a href =" https://owasp.org/www-community/vulnerabilities/Expression_Language_Injection" >Expression Language Injection</a >.
36
36
</li >
37
37
</references >
38
- </qhelp >
38
+ </qhelp >
You can’t perform that action at this time.
0 commit comments