diff options
author | Ben Ashbaugh <ben.ashbaugh@intel.com> | 2023-07-12 09:14:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 09:14:42 -0700 |
commit | 5928a8dc722ab3ac21d10dd4d0027d1adb79d21f (patch) | |
tree | cd9244ba86ac55c8f83937b0f7788e9318e4f920 | |
parent | d0006a3938d7acedffb26ab517fe3e95b5288cc6 (diff) | |
parent | 0d21d5612ebe71545bb1288f64eb097b6c84a242 (diff) | |
download | SPIRV-Headers-5928a8dc722ab3ac21d10dd4d0027d1adb79d21f.tar.gz SPIRV-Headers-5928a8dc722ab3ac21d10dd4d0027d1adb79d21f.tar.bz2 SPIRV-Headers-5928a8dc722ab3ac21d10dd4d0027d1adb79d21f.zip |
Merge pull request #353 from joycebrum/main
Create SECURITY.md
-rw-r--r-- | SECURITY.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9b51f0c --- /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. |