Skip to content

Commit

Permalink
update 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Sep 30, 2021
1 parent 15db3ec commit 883274c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,5 @@ KunLun-M 是 404Team [星链计划](https://github.com/knownsec/404StarLink-Proj
- Dubhe [Sndav](https://github.com/Sndav)
- [#jax777](https://github.com/jax777)
- [lavon321](https://github.com/lavon321)
- [Raul1718](https://github.com/Raul1718)
- [akkuman](https://github.com/akkuman)
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.2'
__version__ = '2.6.3'
__author__ = 'LoRexxar'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,11 @@
- 为JS的语义分析扫描添加硬限制以应对混淆代码。
- 2021-08-16
- KunLun-M 2.6.2
- 更新了组件漏洞表,添加了受影响版本字段
- 更新了组件漏洞表,添加了受影响版本字段
- 2021-09-30
- KunLun-M 2.6.3
- 修复了关于PHP ast分析的部分bug @lavon321 #188
- 修复了在处理同一漏洞多结果的忽略问题
- 修复了deps api的bug @raul17 #192
- 组件扫描添加了墨非api
- 添加了组件搜索功能并完善了相应页面显示内容

0 comments on commit 883274c

Please sign in to comment.