diff --git a/README.md b/README.md index f96915a..5487ab7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # git-vuln-finder -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 only. If CVE IDs are present, those are added automatically -in the output. +![git-vuln-finder logo](https://raw.githubusercontent.com/cve-search/git-vuln-finder/f22077452c37e110bff0564e1f7b34637dc726c3/doc/logos/git-vuln-finder-small.png) + +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 only. If CVE IDs are present, those are added automatically in the output. # Requirements