File tree Expand file tree Collapse file tree 7 files changed +22
-10
lines changed
dongtai_agent_python.egg-info Expand file tree Collapse file tree 7 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 上的构建动作
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: dongtai-agent-python
3- Version: 1.1.3
3+ Version: 1.1.4
44Summary: DongTai IAST Agent for Python
55Home-page: https://iast.huoxian.cn
66Author: songjinghao
@@ -23,8 +23,8 @@ License-File: LICENSE
2323
2424## DongTai-agent-python
2525
26- [](https://github.com/HXSecurity/DongTai)
27- [](https://github.com/HXSecurity/DongTai-agent-python)
26+ [](https://github.com/HXSecurity/DongTai)
27+ [](https://github.com/HXSecurity/DongTai-agent-python)
2828
2929[](https://www.djangoproject.com/)
3030[](https://palletsprojects.com/p/flask/)
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11[metadata]
22name = dongtai_agent_python
3- version = 1.1.3
3+ version = 1.1.4
44description = DongTai IAST Agent for Python
55long_description = file: README.md
66url = https://iast.huoxian.cn
You can’t perform that action at this time.
0 commit comments