From a0bc25716ca5b816b822ea3a94cea8cd80f08aad Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Fri, 17 Jul 2026 19:12:54 +0200 Subject: [PATCH] docs: add security policy and code of conduct files Signed-off-by: mesutoezdil --- CODE_OF_CONDUCT.md | 5 +++++ SECURITY.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 SECURITY.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..5805e3bb --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +HAMi follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). + +The full HAMi-specific code of conduct is in [CODE_OF_CONDUCT.md](https://github.com/Project-HAMi/HAMi/blob/master/CODE_OF_CONDUCT.md) in the main HAMi repository. It applies to this repository as well. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..3d4386c2 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +This repository holds the HAMi documentation website. For the HAMi project security policy, supported versions, and how to report a vulnerability, see [SECURITY.md](https://github.com/Project-HAMi/HAMi/blob/master/SECURITY.md) in the main HAMi repository. + +If you find a security issue specific to this website (for example in the build pipeline or hosted site), report it the same way: through [GitHub Security Advisories](https://github.com/Project-HAMi/website/security/advisories/new).