From 9578b3bfc85116e561951e2c6c809cb9a59453f6 Mon Sep 17 00:00:00 2001 From: Jeff Mendoza Date: Fri, 25 Oct 2024 15:15:15 -0700 Subject: [PATCH] Update leads in README and cleanup files from template. (#5) Signed-off-by: Jeff Mendoza --- README.md | 4 +++- SECURITY.md | 11 +++++++++++ allstar.yaml | 2 -- binary_artifacts.yaml | 3 --- branch_protection.yaml | 3 --- outside.yaml | 3 --- security.yaml | 3 --- 7 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 SECURITY.md delete mode 100644 allstar.yaml delete mode 100644 binary_artifacts.yaml delete mode 100644 branch_protection.yaml delete mode 100644 outside.yaml delete mode 100644 security.yaml diff --git a/README.md b/README.md index fbc6764..ad99d8c 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,6 @@ Linux Foundation meetings involve participation by industry competitors, and it The CHARTER.md outlines the scope and governance of our group activities. -Lead – [Christine Abernathy](https://github.com/caabernathy) and[ Jay White](https://github.com/camaleon2016) +Lead – [Marcela Melara](https://github.com/marcelamelara), [Yesenia +Yser](https://github.com/cyberjiujiteira), and [Jay +White](https://github.com/camaleon2016). diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1094ae2 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security + +Per the [Linux Foundation Vulnerability Disclosure Policy](https://www.linuxfoundation.org/security), +if you find a vulnerability in a project maintained by the Open Source Security Foundation (OpenSSF), +please report that directly to the project maintaining that code, preferably using +GitHub's [Private Vulnerability Reporting](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). + +If you've been unable to find a way to report it, or have received no response after repeated attempts, +please contact the OpenSSF security contact email, [security@openssf.org](mailto:security@openssf.org). + +Thank you. diff --git a/allstar.yaml b/allstar.yaml deleted file mode 100644 index 5da4dd4..0000000 --- a/allstar.yaml +++ /dev/null @@ -1,2 +0,0 @@ -optConfig: - optOutStrategy: true diff --git a/binary_artifacts.yaml b/binary_artifacts.yaml deleted file mode 100644 index df7b560..0000000 --- a/binary_artifacts.yaml +++ /dev/null @@ -1,3 +0,0 @@ -optConfig: - optOutStrategy: true -action: issue diff --git a/branch_protection.yaml b/branch_protection.yaml deleted file mode 100644 index df7b560..0000000 --- a/branch_protection.yaml +++ /dev/null @@ -1,3 +0,0 @@ -optConfig: - optOutStrategy: true -action: issue diff --git a/outside.yaml b/outside.yaml deleted file mode 100644 index df7b560..0000000 --- a/outside.yaml +++ /dev/null @@ -1,3 +0,0 @@ -optConfig: - optOutStrategy: true -action: issue diff --git a/security.yaml b/security.yaml deleted file mode 100644 index df7b560..0000000 --- a/security.yaml +++ /dev/null @@ -1,3 +0,0 @@ -optConfig: - optOutStrategy: true -action: issue