From: Pedro Nacht Date: Thu, 13 Jul 2023 22:48:47 +0000 (-0300) Subject: Add security policy (#1866) X-Git-Tag: v3.7.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c37153d8e2e9dddf0954dfde2176194725dafaf;p=thirdparty%2Flibarchive.git Add security policy (#1866) Signed-off-by: Pedro Kaj Kjellerup Nacht Co-authored-by: Martin Matuska --- diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..6ca188b60 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +If you have discovered a security vulnerability in this project, please report it +privately. **Do not disclose it as a public issue.** This gives us time to work with you +to fix the issue before public exposure, reducing the chance that the exploit will be +used before a patch is released. + +You may submit the report in the following ways: + +- send an email to security@libarchive.de; and/or +- send us a [private vulnerability report](https://github.com/libarchive/libarchive/security/advisories/new) + +Please provide the following information in your report: + +- A description of the vulnerability and its impact +- How to reproduce the issue + +This project is maintained by volunteers on a reasonable-effort basis. As such, we ask +that you give me 90 days to work on a fix before public exposure.