Authored by mali

xss攻击

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Yoho!Buy运营平台</title> 5 <title>Yoho!Buy运营平台</title>
6 - <script src="/ufoPlatform/js/include.js"></script> 6 + <script src="/ufoPlatform/js/include.js?version=6.9.3"></script>
7 </head> 7 </head>
8 <body class="easyui-layout" fit="true"> 8 <body class="easyui-layout" fit="true">
9 <div region="north" style="height:182px;"> 9 <div region="north" style="height:182px;">
@@ -359,7 +359,10 @@ function getTableColumn() { @@ -359,7 +359,10 @@ function getTableColumn() {
359 title: "卖家描述", 359 title: "卖家描述",
360 field: "describeInfo", 360 field: "describeInfo",
361 width: 40, 361 width: 40,
362 - align: "center" 362 + align: "center",
  363 + formatter: function (value, rowData, rowIndex) {
  364 + return replacexss(value);
  365 + }
363 },{ 366 },{
364 title: "卖家UID", 367 title: "卖家UID",
365 field: "sellerUid", 368 field: "sellerUid",