diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..df4fcc51 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change log + +## [1.1.3](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.1.3)-2021-12-03 + +* Function + * Projects are now sorted according to the time of obtaining component and vulnerability information + * Added scan template policy management + * Increase the vulnerability active verification switch (including global and project level) +* Improve + * Component information now adds component path + * Improved the original paging logic + * Improved the original data verification to adapt to the boundary value + * The agent name now gives priority to the alias when binding the agent +* Fix + * Fix the error that may be caused by agentid when the project is created + * Fixed a non-atomic error when the project was created + * Fix permission errors when deleting data diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md new file mode 100644 index 00000000..bf8011ff --- /dev/null +++ b/CHANGELOG_CN.md @@ -0,0 +1,17 @@ +# 升级日志 + +## [1.1.3](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.1.3) - 2021-12-03 + +* 功能 + * 项目现在根据获取组件和漏洞信息时间排序 + * 增加了扫描模板策略管理 + * 增加漏洞主动验证开关(包括全局与项目级) +* 改进 + * 组件信息现在增加了组件路径 + * 改进了原有的分页逻辑 + * 改进了原有的数据校验以适应边界值 + * 绑定探针时探针名现在优先显示别名 +* 修复 + * 修复项目创建时agentid可能导致的错误 + * 修复了项目创建时非原子性错误 + * 修复删除数据时存在的权限错误