diff options
author | Gabriela Gutierrez <gabigutierrez@google.com> | 2023-04-07 12:08:30 +0000 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-04-07 20:43:49 +0800 |
commit | 6549df8dd53f358345957e232648fdb699930074 (patch) | |
tree | 09b6d36f9fddda7088f26f2b65a61dc9b28879c4 /.github | |
parent | CI: Tests for disabling threading on CMake builds. (diff) | |
download | xz-6549df8dd53f358345957e232648fdb699930074.tar.xz |
Docs: Create SECURITY.md
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/SECURITY.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..a5456a10 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +We provide security updates to all development branches and the current stable branch. Security updates apply to XZ Utils and our website at https://tukaani.org/xz. + +## Reporting a Vulnerability + +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 a report by emailing us at [xz@tukaani.org](mailto:xz@tukaani.org), or through [Security Advisories](https://github.com/tukaani-project/xz/security/advisories/new). While both options are available, we strongly encourage you to reach us by email. In any case, please provide a clear description of the vulnerability and its impact when contacting us. + +This project is maintained by a team of volunteers on a reasonable-effort basis. As such, please give us at least 90 days to work on a fix before public exposure. |