Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68df802 commit 8f1fc9eCopy full SHA for 8f1fc9e
1 file changed
java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp
@@ -3,11 +3,11 @@
3
4
<overview>
5
<p>
6
-MVEL is an expression language based on Java-syntax.
7
-The language offers many features
+MVEL is an expression language based on Java-syntax,
+which offers many features
8
including invocation of methods available in the JVM.
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.
+and then evaluated, then it may allow attackers to run arbitrary code.
11
</p>
12
</overview>
13
@@ -35,4 +35,4 @@ and then runs it in the default powerfull context.
35
<a href="https://owasp.org/www-community/vulnerabilities/Expression_Language_Injection">Expression Language Injection</a>.
36
</li>
37
</references>
38
-</qhelp>
+</qhelp>
0 commit comments