diff options
author | Patrick Steinhardt <ps@pks.im> | 2018-01-29 07:41:54 +0000 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2018-01-29 07:42:12 +0000 |
commit | 699a48f84b371a27c6a12509e1657814cba6eebf (patch) | |
tree | 4f727e3299c7ad4032dbdc14601e9c042527a478 /README.md | |
parent | 71c43065379ecdc523aa0d0c762fd9083fa0f8d9 (diff) | |
download | libgit2-699a48f84b371a27c6a12509e1657814cba6eebf.tar.gz |
README.md: add notes on how to report security issues
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -76,6 +76,12 @@ on a specific repository, please provide a link to it if possible. We ask that you not open a GitHub Issue for help, only for bug reports. +**Reporting Security Issues** + +In case you think to have found a security issue with libgit2, please do not +open a public issue. Instead, you can report the issue to the private mailing +list [security@libgit2.com](mailto:security@libgit2.com). + What It Can Do ============== |