Skip to content

Commit 0ee2a83

Browse files
committed
changelog 1.4.0
1 parent 60ebdcb commit 0ee2a83

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.4.0) - 2022-06-06
4+
5+
* CHANGES
6+
* Change SCA package name format and signature [#118](https://github.com/HXSecurity/DongTai-agent-python/pull/118)
7+
8+
## [1.3.2](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.3.2) - 2022-03-09
9+
10+
* FEATURES
11+
* Add str/bytes/bytearray concat hook [#106](https://github.com/HXSecurity/DongTai-agent-python/pull/106)
12+
313
## [1.3.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.3.1) - 2022-02-23
14+
415
* FEATURES
516
* Add crypto bad cipher detection [#107](https://github.com/HXSecurity/DongTai-agent-python/pull/107)
617
* Add regular expression DOS attack detection [#111](https://github.com/HXSecurity/DongTai-agent-python/pull/111)
@@ -12,7 +23,7 @@
1223
* ENHANCEMENTS
1324
* performance optimization [#116](https://github.com/HXSecurity/DongTai-agent-python/pull/116)
1425
* code cleanup [#110](https://github.com/HXSecurity/DongTai-agent-python/pull/110)
15-
* Build
26+
* BUILD
1627
* When the github action runs, it automatically triggers openapi to pull the latest agent package [#113](https://github.com/HXSecurity/DongTai-agent-python/pull/113)
1728

1829
## [1.3.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.3.0) - 2022-01-07

CHANGELOG_CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# 升级日志
22

3+
## [1.4.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.4.0) - 2022-06-06
4+
5+
* 变更
6+
* 更改组件包的名称格式和签名 [#118](https://github.com/HXSecurity/DongTai-agent-python/pull/118)
7+
8+
## [1.3.2](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.3.2) - 2022-03-09
9+
10+
* 功能
11+
* 增加 str/bytes/bytearray 拼接(+) hook [#106](https://github.com/HXSecurity/DongTai-agent-python/pull/106)
12+
313
## [1.3.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.3.1) - 2022-02-23
14+
415
* 功能
516
* 增加弱加密算法漏洞检测 [#107](https://github.com/HXSecurity/DongTai-agent-python/pull/107)
617
* 增加正则表达式DOS攻击检测 [#111](https://github.com/HXSecurity/DongTai-agent-python/pull/111)

0 commit comments

Comments
 (0)