Skip to content

Commit

Permalink
update 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Aug 13, 2021
1 parent ab5a3c0 commit 451d230
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,12 @@
- 将默认日志重置为Debug模式
- 新增组件安全扫描功能@LuckyC4t #158 #144
- 新增search命令用于快速搜索包含某个组件的项目列表,并支持*语法
- 优化了底层数据结构
- 优化了底层数据结构
- 2021-08-13
- KunLun-M 2.6.1
- 更新了Web模式页面以适配组件漏洞扫描结果展示
- 修复了数据可能会导致重复入库的bug
- 更新了web模式的api数据
- 为基础扫描添加去重功能,现在同一文件泄露的同一问题会被去重。
- 为JS的语义分析扫描添加硬限制以应对混淆代码。

0 comments on commit 451d230

Please sign in to comment.