Skip to content

Commit 30634f5

Browse files
committed
release v2.1.7
1 parent e852cbc commit 30634f5

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
> 有空会补补BUG、添添新功能。
33
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
44
5+
## 2019/10/30 `v(2.1.7)`
6+
7+
### 安全更新
8+
9+
* fix #222 感谢 @9tail123
10+
* **重要**: 增加全局 html 转义, 在每次响应后强制进行 html 转义, 避免过滤时漏掉的问题
11+
12+
> 此更新会影响大部分插件的使用, 请及时更新插件或重装插件
13+
>
14+
> 如果在使用当中发现二次转义的情况, 请报告 issue
15+
16+
* 新增「报告漏洞」链接, 可在「关于程序」页中看到, 也可点下面的链接直达
17+
18+
https://forms.gle/HrUMxedsyREeXw4R9
19+
20+
> 如在后续发现漏洞, 请以该方式进行提交, 待修复后再公开
21+
522
## 2019/09/17 `v(2.1.6)`
623

724
### 后端模块

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AntSword [![release](https://img.shields.io/badge/release-v2.1.6-blue.svg?style=flat-square)][url-release]
1+
# AntSword [![release](https://img.shields.io/badge/release-v2.1.7-blue.svg?style=flat-square)][url-release]
22

33
> AntSword in your hands, no worries in your mind!
44

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.6-blue.svg?style=flat-square)][url-release]
1+
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.7-blue.svg?style=flat-square)][url-release]
22

33
> 一剑在手,纵横无忧!
44

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antsword",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
55
"main": "app.js",
66
"dependencies": {

0 commit comments

Comments
 (0)