Skip to content

Commit 74f1b54

Browse files
committed
chg: [doc] Add Cedric Bonhomme contribution to git-vuln-finder
1 parent 242efbd commit 74f1b54

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Cedric Bonhomme
12
Alexandre Dulaunoy
23
Jean-Louis Huynen
34
Sebastien Tricaud

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![git-vuln-finder logo](https://raw.githubusercontent.com/cve-search/git-vuln-finder/f22077452c37e110bff0564e1f7b34637dc726c3/doc/logos/git-vuln-finder-small.png)
44

5-
[![Workflow](https://github.com/cedricbonhomme/git-vuln-finder/workflows/Python%20application/badge.svg?style=flat-square)](https://github.com/cedricbonhomme/git-vuln-finder/actions?query=workflow%3A%22Python+application%22)
5+
[![Workflow](https://github.com/cve-search/git-vuln-finder/workflows/Python%20application/badge.svg?style=flat-square)](https://github.com/cve-search/git-vuln-finder/actions?query=workflow%3A%22Python+application%22)
66

77
Finding potential software vulnerabilities from git commit messages.
88
The output format is a JSON with the associated commit which could contain a
@@ -19,6 +19,8 @@ added automatically in the output.
1919

2020
## Use it as a library
2121

22+
git-vuln-finder can be install with poetry. If you don't have poetry installed, you can do the following `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`.
23+
2224
~~~bash
2325
$ poetry install git-vuln-finder
2426
$ poetry shell
@@ -241,6 +243,7 @@ Copyright (c) 2019-2020 Alexandre Dulaunoy - https://github.com/adulau/
241243

242244
- Thanks to [Jean-Louis Huynen](https://github.com/gallypette) for the discussions about the crypto vulnerability patterns.
243245
- Thanks to [Sebastien Tricaud](https://github.com/stricaud) for the discussions regarding native language, commit messages and external patterns.
246+
- Thanks to [Cedric Bonhomme](https://github.com/cedricbonhomme) to make git-vuln-finder a Python library, add tests and improve the overall installation process.
244247

245248

246249
# Contributing

0 commit comments

Comments
 (0)