chg: [doc] Add Cedric Bonhomme contribution to git-vuln-finder

This commit is contained in:
Alexandre Dulaunoy 2020-01-07 08:27:32 +01:00
parent 242efbdbff
commit 74f1b549a7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
Cedric Bonhomme
Alexandre Dulaunoy Alexandre Dulaunoy
Jean-Louis Huynen Jean-Louis Huynen
Sebastien Tricaud Sebastien Tricaud

View file

@ -2,7 +2,7 @@
![git-vuln-finder logo](https://raw.githubusercontent.com/cve-search/git-vuln-finder/f22077452c37e110bff0564e1f7b34637dc726c3/doc/logos/git-vuln-finder-small.png) ![git-vuln-finder logo](https://raw.githubusercontent.com/cve-search/git-vuln-finder/f22077452c37e110bff0564e1f7b34637dc726c3/doc/logos/git-vuln-finder-small.png)
[![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) [![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)
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 The output format is a JSON with the associated commit which could contain a
@ -19,6 +19,8 @@ added automatically in the output.
## Use it as a library ## Use it as a library
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`.
~~~bash ~~~bash
$ poetry install git-vuln-finder $ poetry install git-vuln-finder
$ poetry shell $ poetry shell
@ -241,6 +243,7 @@ Copyright (c) 2019-2020 Alexandre Dulaunoy - https://github.com/adulau/
- Thanks to [Jean-Louis Huynen](https://github.com/gallypette) for the discussions about the crypto vulnerability patterns. - Thanks to [Jean-Louis Huynen](https://github.com/gallypette) for the discussions about the crypto vulnerability patterns.
- Thanks to [Sebastien Tricaud](https://github.com/stricaud) for the discussions regarding native language, commit messages and external patterns. - Thanks to [Sebastien Tricaud](https://github.com/stricaud) for the discussions regarding native language, commit messages and external patterns.
- Thanks to [Cedric Bonhomme](https://github.com/cedricbonhomme) to make git-vuln-finder a Python library, add tests and improve the overall installation process.
# Contributing # Contributing