github-advanced-security[bot] commented on code in PR #1085:
URL: https://github.com/apache/struts/pull/1085#discussion_r1808286350


##########
core/src/main/java/org/apache/struts2/result/StrutsResultSupport.java:
##########
@@ -216,7 +217,7 @@
     protected String conditionalParse(String param, ActionInvocation 
invocation) {
         if (parse && param != null && invocation != null) {
             return TextParseUtil.translateVariables(
-                param, 
+                param,

Review Comment:
   ## OGNL Expression Language statement with user-controlled input
   
   OGNL Expression Language statement depends on a [user-provided value](1).
   OGNL Expression Language statement depends on a [user-provided value](2).
   
   [Show more 
details](https://github.com/apache/struts/security/code-scanning/309)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to