mirror of
https://github.com/cve-search/git-vuln-finder.git
synced 2024-11-22 06:47:20 +00:00
chg: [doc] clean-up and a note about the GH Archive support
This commit is contained in:
parent
68f273ee54
commit
ee52b1372b
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,8 @@ Finding potential software vulnerabilities from git commit messages.
|
||||||
The output format is a JSON with the associated commit which could contain a
|
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
|
fix regarding a software vulnerability. The search is based on a set of regular
|
||||||
expressions against the commit messages only. If CVE IDs are present, those are
|
expressions against the commit messages only. If CVE IDs are present, those are
|
||||||
added automatically in the output.
|
added automatically in the output. The input can be any git repositories or
|
||||||
|
a [GH archive source](https://www.gharchive.org/).
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
|
@ -340,8 +341,8 @@ $ pytest
|
||||||
|
|
||||||
This software is free software and licensed under the AGPL version 3.
|
This software is free software and licensed under the AGPL version 3.
|
||||||
|
|
||||||
Copyright (c) 2019-2021 Alexandre Dulaunoy - https://github.com/adulau/
|
- Copyright (c) 2019-2021 Alexandre Dulaunoy - https://github.com/adulau/
|
||||||
Copyright (c) 2019-2021 All contributors to the project
|
- Copyright (c) 2019-2021 All contributors to the project
|
||||||
|
|
||||||
# Acknowledgment
|
# Acknowledgment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue