Skip to content

Commit

Permalink
update 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Apr 19, 2019
1 parent bcdb17c commit 3c7acee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobra/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__issue_page__ = 'https://github.com/LoRexxar/Cobra-W/issues/new'
__python_version__ = sys.version.split()[0]
__platform__ = platform.platform()
__version__ = '1.2.0'
__version__ = '1.3.0'
__author__ = 'LoRexxar'
__author_email__ = '[email protected]'
__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 @@ -84,4 +84,12 @@
- Cobra-W 1.2.0
- 修复了include节点中出现变量,无法正确回溯的问题
- 花大代价尝试重构关于ast处理部分,把ast处理整体提出
- 解决了之前无法检索define全局变量的问题
- 解决了之前无法检索define全局变量的问题
- 2019-04-19
- Cobra-W 1.3.0
- 添加了调用链展示功能
- 试探性的加入了疑似漏洞在漏洞表内
- 修复了上版本中如果路径错误会导致获取node失败的问题
- 修复了针对function节点递归检测异常的问题
- 修复了针对function-regex模式即使匹配到敏感函数之后还会继续匹配的问题

0 comments on commit 3c7acee

Please sign in to comment.