Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 3dba415

Browse files
committed
Merge branch 'master' of github.com:wufeifei/cobra
2 parents e2ae184 + 4e10d35 commit 3dba415

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Static code analysis common security issues and scan common security vulnerabilities
1010

1111
## 项目介绍
12-
眼镜蛇(Cobra)是一款定位于静态代码安全分析的工具,目标是为了找出源代码中存在的安全隐患或者漏洞
12+
Cobra(眼镜蛇)是一款定位于静态代码安全漏洞分析系统。通过收集互联网常规漏洞的检测方法并输出成Cobra扫描规则,即可以自动化分析出源代码中存在的漏洞并生成完整的漏洞审计报告和详细的修复方案
1313

1414
## 目标用户
1515
**1. 互联网企业**
@@ -23,7 +23,7 @@ Static code analysis common security issues and scan common security vulnerabili
2323

2424
**3. 白帽**
2525

26-
白帽们可以通过定制完善Cobra扫描规则, 对开源项目进行代码审计,发现其中漏洞.
26+
白帽们可以通过定制私有Cobra扫描规则, 对开源项目进行代码审计,发现其中漏洞.
2727

2828
## 应用场景
2929

doc/INSTALL.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616
```
1717

1818
#### On Mac OS X
19+
20+
On latest homebrew ggrep is moved to homebrew/dupes tap.
21+
1922
```
2023
# grep
21-
brew install ggrep
24+
brew install homebrew/dupes/grep
2225
2326
# find
2427
brew install findutils
@@ -39,4 +42,4 @@ vim config
3942
#### Start Cobra
4043
```
4144
python cobra.py start
42-
```
45+
```

0 commit comments

Comments
 (0)