Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
firmianay committed Mar 27, 2024
1 parent 9b16a18 commit e8e3847
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 191 deletions.
6 changes: 2 additions & 4 deletions cve_scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ $ python3 cve_source_linux.py scan --repo ~/kernel
通过补丁对比的方式检测 Linux 内核仓库中已合并及未合并的所有 CVE 补丁。

```sh
$ cve_searchsploit -u # 建议先更新cve-edbid
$ python3 cve_patch_linux.py update # 更新CVE补丁库
$ python3 cve_patch_linux.py scan --repo ~/kernel --version 5.10
```
Expand All @@ -50,9 +49,8 @@ $ python3 cve_patch_linux.py scan --repo ~/kernel --version 5.10

```sh
$ python3 cve_patch_android.py update --version 11 # 更新CVE补丁库
$ python3 cve_patch_android.py format --repo ~/hmi --manifest 2024-01-01 # 生成仓库补丁
$ python3 cve_patch_android.py format --repo ~/hmi --date 2024-01-01 # 生成仓库补丁
$ python3 cve_patch_android.py scan --repo ~/hmi --version 11
$ python3 cve_patch_android.py format --repo ~/hmi --date 2022-01-01 --version 11 # 生成仓库补丁
$ python3 cve_patch_android.py scan --repo ~/hmi --version 11 --strict # 严格模式扫描
```

## cve_patch_qualcomm.py
Expand Down
Loading

0 comments on commit e8e3847

Please sign in to comment.