From 6c2b32cb1bf37170ec98c96d98f14a3e1cd9a313 Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Thu, 16 Jan 2025 14:39:12 +0000 Subject: [PATCH 1/2] docs(security): cross-reference security docs Signed-off-by: Tiago Castro --- SECURITY.md | 10 ++++++++++ SECURITY_CONTACTS.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 SECURITY.md create mode 100644 SECURITY_CONTACTS.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d7c57ee --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +
+ +## Umbrella Project + +OpenEBS is an "umbrella project". Every project, repository and file in the OpenEBS organization adopts and follows the policies found in the Community repo umbrella project files. +
+ +This project follows the [OpenEBS Security Policy](https://github.com/openebs/community/blob/HEAD/SECURITY.md). diff --git a/SECURITY_CONTACTS.md b/SECURITY_CONTACTS.md new file mode 100644 index 0000000..f83ee43 --- /dev/null +++ b/SECURITY_CONTACTS.md @@ -0,0 +1,10 @@ +# Security Contacts + +
+ +## Umbrella Project + +OpenEBS is an "umbrella project". Every project, repository and file in the OpenEBS organization adopts and follows the policies found in the Community repo umbrella project files. +
+ +Please refer to the [OpenEBS Security Contacts](https://github.com/openebs/community/blob/HEAD/SECURITY_CONTACTS.md). From 9e39b4c8751e1f6623d7801be48328ce593763a4 Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Thu, 16 Jan 2025 16:03:35 +0000 Subject: [PATCH 2/2] docs: cross-reference maintainers markdown Signed-off-by: Tiago Castro --- MAINTAINERS | 1 - MAINTAINERS.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 MAINTAINERS create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 252ebb0..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1 +0,0 @@ -See OpenEBS Maintainers at https://github.com/openebs/community/blob/HEAD/MAINTAINERS diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..305878c --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,10 @@ +# Maintainers + +
+ +## Umbrella Project + +OpenEBS is an "umbrella project". Every project, repository and file in the OpenEBS organization adopts and follows the policies found in the Community repo umbrella project files. +
+ +Please refer to the [OpenEBS Maintainers](https://github.com/openebs/community/blob/HEAD/MAINTAINERS.md).