diff --git a/core/__version__.py b/core/__version__.py index 1af4262e..4895fc33 100644 --- a/core/__version__.py +++ b/core/__version__.py @@ -7,7 +7,7 @@ __issue_page__ = 'https://github.com/LoRexxar/Kunlun-M/issues/new' __python_version__ = sys.version.split()[0] __platform__ = platform.platform() -__version__ = '2.6.0' +__version__ = '2.6.1' __author__ = 'LoRexxar' __author_email__ = 'LoRexxar@gmail.com' __license__ = 'MIT License' diff --git a/docs/changelog.md b/docs/changelog.md index 566f2943..9d0bf22c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -262,4 +262,12 @@ - 将默认日志重置为Debug模式 - 新增组件安全扫描功能@LuckyC4t #158 #144 - 新增search命令用于快速搜索包含某个组件的项目列表,并支持*语法 - - 优化了底层数据结构 \ No newline at end of file + - 优化了底层数据结构 +- 2021-08-13 + - KunLun-M 2.6.1 + - 更新了Web模式页面以适配组件漏洞扫描结果展示 + - 修复了数据可能会导致重复入库的bug + - 更新了web模式的api数据 + - 为基础扫描添加去重功能,现在同一文件泄露的同一问题会被去重。 + - 为JS的语义分析扫描添加硬限制以应对混淆代码。 + \ No newline at end of file