From 8f1fc9e893c57ef3091363aa1c8644e3f04c8177 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:30:19 +0100 Subject: [PATCH] Update MvelInjection.qhelp Minor tweaks --- java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp b/java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp index d68d298b5f5..b42ab142fd8 100644 --- a/java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp +++ b/java/ql/src/Security/CWE/CWE-094/MvelInjection.qhelp @@ -3,11 +3,11 @@

-MVEL is an expression language based on Java-syntax. -The language offers many features +MVEL is an expression language based on Java-syntax, +which offers many features including invocation of methods available in the JVM. If a MVEL expression is built using attacker-controlled data, -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.

@@ -35,4 +35,4 @@ and then runs it in the default powerfull context. Expression Language Injection. - \ No newline at end of file +