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 @@{{$t('m["当前字段为自定义表单"]')}}
- + {{ $t('m.treeinfo["效果预览"]') }}
diff --git a/frontend/pc/src/views/processManagement/processDesign/nodeConfigue/signNode.vue b/frontend/pc/src/views/processManagement/processDesign/nodeConfigue/signNode.vue index d1f7868ea..b69ca41a4 100644 --- a/frontend/pc/src/views/processManagement/processDesign/nodeConfigue/signNode.vue +++ b/frontend/pc/src/views/processManagement/processDesign/nodeConfigue/signNode.vue @@ -58,7 +58,7 @@ - +