From 2cd82be8c3c562365fa6b6486bcd2a01f51b7b72 Mon Sep 17 00:00:00 2001 From: King Sam <385896511@qq.com> Date: Tue, 19 Aug 2025 11:42:40 +0800 Subject: [PATCH 1/2] Create SECURITY.md Signed-off-by: Eric<385896511@qq.com> --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..9b51f0cf0 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +Security updates are applied only to the latest release. + +## 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. + +Please disclose it at [security advisory](https://github.com/KhronosGroup/SPIRV-Headers/security/advisories/new). + +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. From 74bb118ef3286404ed67b6589988cdfbfd06e341 Mon Sep 17 00:00:00 2001 From: King Sam <385896511@qq.com> Date: Tue, 19 Aug 2025 14:14:36 +0800 Subject: [PATCH 2/2] Update SECURITY.md Signed-off-by: Eric <385896511@qq.com> --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 9b51f0cf0..39caecf23 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,6 +8,6 @@ Security updates are applied only to the latest release. 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. -Please disclose it at [security advisory](https://github.com/KhronosGroup/SPIRV-Headers/security/advisories/new). +Please disclose it at [security advisory](https://github.com/SortableJS/Sortable/security/advisories/new). 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.