mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 10:07:11 +00:00
chg: [doc] clarification
This commit is contained in:
parent
2333b32849
commit
bbb1c4184b
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# git-vuln-finder
|
||||
|
||||
Finding potential software vulnerabilities from git commit messages.
|
||||
Finding potential software vulnerabilities from git commit messages. The output format is a JSON with the associated commit which could contain a fix regarding
|
||||
a software vulnerability. The search is based on a set of regular expressions against the commit messages.
|
||||
|
||||
# Requirements
|
||||
|
||||
|
@ -23,6 +24,8 @@ optional arguments:
|
|||
More info: https://github.com/cve-search/git-vuln-finder
|
||||
~~~
|
||||
|
||||
## A sample partial output from Curl git repository
|
||||
|
||||
~~~bash
|
||||
python3 finder.py -r /home/adulau/git/curl | jq .
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue