From e9d789c05ef9399692a8a8a1ec28154d3d76d197 Mon Sep 17 00:00:00 2001 From: luofann Date: Tue, 24 Sep 2024 17:25:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tooltips=E7=BB=84=E4=BB=B6XSS=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=BB=9F=E4=B8=80=E5=A4=84=E7=90=86=20#=20Reviewed,?= =?UTF-8?q?=20transaction=20id:=2019262?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE.md | 1 + docs/RELEASE_EN.md | 1 + .../pc/src/components/renderview/tags/TagText.vue | 4 ++-- .../commonComponent/fieldComponent/cascade.vue | 2 +- .../commonComponent/fieldComponent/checkbox.vue | 2 +- .../fieldComponent/complexMembers.vue | 2 +- .../commonComponent/fieldComponent/customForm.vue | 2 +- .../fieldComponent/customtable.vue | 2 +- .../views/commonComponent/fieldComponent/date.vue | 2 +- .../commonComponent/fieldComponent/datetime.vue | 2 +- .../commonComponent/fieldComponent/editor.vue | 2 +- .../views/commonComponent/fieldComponent/file.vue | 2 +- .../fieldComponent/inputSelect.vue | 2 +- .../views/commonComponent/fieldComponent/int.vue | 2 +- .../views/commonComponent/fieldComponent/link.vue | 2 +- .../commonComponent/fieldComponent/member.vue | 2 +- .../commonComponent/fieldComponent/members.vue | 2 +- .../fieldComponent/multiselect.vue | 2 +- .../commonComponent/fieldComponent/radio.vue | 2 +- .../commonComponent/fieldComponent/select.vue | 2 +- .../fieldComponent/sopsTemplate.vue | 2 +- .../commonComponent/fieldComponent/string.vue | 2 +- .../commonComponent/fieldComponent/table.vue | 2 +- .../views/commonComponent/fieldComponent/text.vue | 2 +- .../views/commonComponent/fieldComponent/tree.vue | 2 +- .../src/views/operation/components/tableChart.vue | 3 ++- .../processDesign/nodeConfigue/ApprovalNode.vue | 2 ++ .../processDesign/nodeConfigue/addField/index.vue | 2 +- .../processDesign/nodeConfigue/signNode.vue | 7 +++++-- .../editService/flowCanvas/NodeTemplate.vue | 1 + .../views/ticket/details/comment/commentItem.vue | 3 ++- .../currentSteps/nodetask/NodeTaskList.vue | 6 +++--- .../ticket/details/nodeInfo/signNodeInfo.vue | 2 +- .../ticket/details/rightTicketTabs/AllTaskTab.vue | 6 +++--- .../ticket/details/rightTicketTabs/LogTab.vue | 15 +++++++++++---- .../pc/src/views/ticket/details/taskInfo/task.vue | 4 ++-- 36 files changed, 59 insertions(+), 42 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index f901838d2..16739ab8c 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -7,6 +7,7 @@ 【修复】公共API文件导出实现方式修改 【修复】修复单据列表在非首页搜索报错的问题 【修复】任务模板编辑点击上一步返回路径优化 +【修复】tooltips组件XSS问题修复 ## [Version: 2.6.30] - 2024-08-15 【修复】项目初始化时登录后重定向url异常修复 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 9cb13f2be..b7e7b3886 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -6,6 +6,7 @@ 【Fixed】Modified the implementation method for exporting common API files. 【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error. 【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing. +【Fixed】Fixed XSS vulnerability in tooltips component. ## [Version: 2.6.30] - 2024-08-15 【Fixed】Fixed the URL Redirection Issue after Login during Project Initialization diff --git a/frontend/pc/src/components/renderview/tags/TagText.vue b/frontend/pc/src/components/renderview/tags/TagText.vue index 86e72ef69..b1e169bec 100644 --- a/frontend/pc/src/components/renderview/tags/TagText.vue +++ b/frontend/pc/src/components/renderview/tags/TagText.vue @@ -27,7 +27,7 @@

{{ item.value }}

@@ -35,7 +35,7 @@

{{ value }}

diff --git a/frontend/pc/src/views/commonComponent/fieldComponent/cascade.vue b/frontend/pc/src/views/commonComponent/fieldComponent/cascade.vue index 2ba40424f..88bcec1cc 100644 --- a/frontend/pc/src/views/commonComponent/fieldComponent/cascade.vue +++ b/frontend/pc/src/views/commonComponent/fieldComponent/cascade.vue @@ -22,7 +22,7 @@