chg: [doc] add a warning about the usage of git-vuln-finder

This commit is contained in:
Alexandre Dulaunoy 2023-09-11 11:52:17 +02:00
parent c59c891262
commit a657fb7a69
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -13,7 +13,7 @@ added automatically in the output.
# Requirements # Requirements
- jq (``sudo apt install jq``) - jq (``sudo apt install jq``)
- Python poetry
# Installation # Installation
@ -335,13 +335,16 @@ for element in event:
$ pytest $ pytest
~~~ ~~~
# Warning
git-vuln-finder is an automatic tool that detects potential vulnerabilities in commit messages based on specific keywords. If you intend to use the discovered vulnerability information, such as CVEs registration, please review the discovered vulnerabilities with the authors of the software before proceeding.
# License and author(s) # License and author(s)
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-2023 Alexandre Dulaunoy - https://github.com/adulau/
Copyright (c) 2019-2021 All contributors to the project Copyright (c) 2019-2023 All contributors to the project
# Acknowledgment # Acknowledgment