diff options
author | Diogo Teles Sant'Anna <diogoteles@google.com> | 2023-06-19 05:14:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 05:14:56 (GMT) |
commit | b0404e7f9cf97fe0812a7fbbb9f63700926cdbb5 (patch) | |
tree | 6344451d12d46ee10f28fc0e3fadb11f63c533bb | |
parent | 65d8c9347010771473b53c91adcec2f281772213 (diff) | |
download | hdf5-b0404e7f9cf97fe0812a7fbbb9f63700926cdbb5.zip hdf5-b0404e7f9cf97fe0812a7fbbb9f63700926cdbb5.tar.gz hdf5-b0404e7f9cf97fe0812a7fbbb9f63700926cdbb5.tar.bz2 |
Create Security Policy (#3152)
-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..257b49a --- /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/HDFGroup/hdf5/security/advisories/new). + +This project is maintained by a team of volunteers on a reasonable-effort basis. As such, vulnerabilities will be disclosed in a best effort base. |