Skip to content

Commit 1e59e4d

Browse files
authored
Merge pull request #83 from lostsnow/feature/v1.1.4
bump version to v1.1.4
2 parents 82495ec + 68a72fe commit 1e59e4d

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
## Unreleased
44

5+
## [1.1.4](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.1.4) - 2021-12-18
6+
57
* FEATURES
68
* Add [funchook](https://github.com/kubo/funchook) for Python C API functions/methods
79
* Add `fstring` patch
810
* Add `str/bytes/bytearray` `cformat(%)` patches
911
* Add `str.__new__`, `bytes.__new__`, `bytearray.__init__` patches
1012
* Add `pickle.load`, `pickle.loads` hook rules for Insecure Deserialization detection
13+
* Add some filtering rules for HTML escaping
14+
* BUGFIXES
15+
* Fix `yaml.load` and `yaml.load_all` sink parameters check
1116
* CHANGES
1217
* Change `yaml.load`, `yaml.unsafe_load` strategy type to Insecure Deserialization
18+
* For requests containing multiple sink methods, tracking is no longer stopped after the first sink method is detected
1319
* BUILD
1420
* Support for C extension build under Windows
1521
* Add build actions on Ubuntu/macOS/Windows

CHANGELOG_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
## 尚未发布
44

5+
## [1.1.4](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.1.4) - 2021-12-18
6+
57
* 功能
68
* 增加 [funchook](https://github.com/kubo/funchook) 用于 Python C API 相关的函数/方法
79
* 增加 `fstring` 方法改写
810
* 增加 `str/bytes/bytearray` `cformat(%)` 方法改写
911
* 增加 `str.__new__`, `bytes.__new__`, `bytearray.__init__` 方法改写
1012
* 增加 `pickle.load`, `pickle.loads` 策略规则以检测不安全的反序列化漏洞
13+
* 为 HTML 转义添加一些过滤规则
14+
* 修复
15+
* 修复 `yaml.load` 以及 `yaml.load_all` 危险参数检查
1116
* 变更
1217
* 修改 `yaml.load`, `yaml.unsafe_load` 策略类型为不安全的反序列化
18+
* 对于包含多个危险方法的请求, 在检测到第一个危险方法后不再停止跟踪
1319
* 构建
1420
* 支持 Windows 下 C 语言扩展构建
1521
* 添加 Ubuntu/MacOS/Windows 上的构建动作

README.ZH_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## DongTai-agent-python
22

3-
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.3-blue)](https://github.com/HXSecurity/DongTai)
4-
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.3-blue)](https://github.com/HXSecurity/DongTai-agent-python)
3+
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.4-blue)](https://github.com/HXSecurity/DongTai)
4+
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.4-blue)](https://github.com/HXSecurity/DongTai-agent-python)
55

66
[![django-project](https://img.shields.io/badge/Supported%20versions%20of%20Django-3.0.x,3.1.x,3.2.x-blue)](https://www.djangoproject.com/)
77
[![flask-project](https://img.shields.io/badge/Supported%20versions%20of%20Flask-1.0.x,1.1.x,1.2.x-blue)](https://palletsprojects.com/p/flask/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## DongTai-agent-python
22

3-
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.3-blue)](https://github.com/HXSecurity/DongTai)
4-
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.3-blue)](https://github.com/HXSecurity/DongTai-agent-python)
3+
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.4-blue)](https://github.com/HXSecurity/DongTai)
4+
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.4-blue)](https://github.com/HXSecurity/DongTai-agent-python)
55

66
[![django-project](https://img.shields.io/badge/Supported%20versions%20of%20Django-3.0.x,3.1.x,3.2.x-blue)](https://www.djangoproject.com/)
77
[![flask-project](https://img.shields.io/badge/Supported%20versions%20of%20Flask-1.0.x,1.1.x,1.2.x-blue)](https://palletsprojects.com/p/flask/)

dongtai_agent_python.egg-info/PKG-INFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: dongtai-agent-python
3-
Version: 1.1.3
3+
Version: 1.1.4
44
Summary: DongTai IAST Agent for Python
55
Home-page: https://iast.huoxian.cn
66
Author: songjinghao
@@ -23,8 +23,8 @@ License-File: LICENSE
2323

2424
## DongTai-agent-python
2525

26-
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.3-blue)](https://github.com/HXSecurity/DongTai)
27-
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.3-blue)](https://github.com/HXSecurity/DongTai-agent-python)
26+
[![dongtai-project](https://img.shields.io/badge/DongTai-v1.1.4-blue)](https://github.com/HXSecurity/DongTai)
27+
[![dongtai--agent--python](https://img.shields.io/badge/DongTai--agent--python-v1.1.4-blue)](https://github.com/HXSecurity/DongTai-agent-python)
2828

2929
[![django-project](https://img.shields.io/badge/Supported%20versions%20of%20Django-3.0.x,3.1.x,3.2.x-blue)](https://www.djangoproject.com/)
3030
[![flask-project](https://img.shields.io/badge/Supported%20versions%20of%20Flask-1.0.x,1.1.x,1.2.x-blue)](https://palletsprojects.com/p/flask/)

dongtai_agent_python/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"allhook": {
3434
"enable": true
3535
},
36-
"name": "DongTai 1.1.3",
36+
"name": "DongTai 1.1.4",
3737
"mode": "normal"
3838
},
3939
"project": {
4040
"name": "Python Demo Project",
4141
"version": ""
4242
},
4343
"engine": {
44-
"version": "v1.1.3",
44+
"version": "v1.1.4",
4545
"name": "dongtai-agent-python"
4646
},
4747
"app": {

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dongtai_agent_python
3-
version = 1.1.3
3+
version = 1.1.4
44
description = DongTai IAST Agent for Python
55
long_description = file: README.md
66
url = https://iast.huoxian.cn

0 commit comments

Comments
 (0)