Skip to content

Commit

Permalink
update 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Jul 27, 2021
1 parent c3f760d commit ee6d89d
Show file tree
Hide file tree
Showing 2 changed files with 8 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.5.0'
__version__ = '2.5.1'
__author__ = 'LoRexxar'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,10 @@
- 增加了项目组件表,并增加了扫描组件逻辑,现在会被储存到vendor表中。
- web界面添加了Project页面以及相应的api,数据将会聚合展示。
- web节面增加了漏洞删除功能,允许用户删除误报/无意义的扫描结果。
- 增加了文件名扫描功能用于扫描项目中的敏感文件,更新相应的规则试用。
- 增加了文件名扫描功能用于扫描项目中的敏感文件,更新相应的规则试用。
- 2021-07-27
- KunLun-M 2.5.1
- 修复了上版本中遇到的部分潜在问题
- 修复show_content的bug #156
- 改善了web界面的部分显示问题,并优化了展示页面的查询功能。
- 修复了worker端出现的重复写入数据库问题。

0 comments on commit ee6d89d

Please sign in to comment.