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

Commit

Permalink
Merge branch 'master' of github.com:wufeifei/cobra
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Aug 12, 2016
2 parents e2ae184 + 4e10d35 commit 3dba415
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Static code analysis common security issues and scan common security vulnerabilities

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

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

**3. 白帽**

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

## 应用场景

Expand Down
7 changes: 5 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
```

#### On Mac OS X

On latest homebrew ggrep is moved to homebrew/dupes tap.

```
# grep
brew install ggrep
brew install homebrew/dupes/grep
# find
brew install findutils
Expand All @@ -39,4 +42,4 @@ vim config
#### Start Cobra
```
python cobra.py start
```
```

0 comments on commit 3dba415

Please sign in to comment.