From 359cc9b1e78ff6ddcdb1e6ed2177eaa6e315b577 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 30 Oct 2025 17:43:01 +0500 Subject: [PATCH] security: add a security policy --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..ca32b1da --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Xash3D FWGS Security Policy + +## Supported versions + +Because we don't have clear release cycle yet, support is only provided to the +latest engine versions from `master` branch. You can use `host_ver` command in +console to fetch detailed info about the engine build. + +## Reporting a Vulnerability + +If you discover a security vulnerability in this project, it can be reported +privately though `Security` tab on GitHub: +https://github.com/FWGS/xash3d-fwgs/security + +Alternatively, you can report them publicly on the `Issues` tab: +https://github.com/FWGS/xash3d-fwgs/issues + +In both cases, expect a reply within approximately a week.