From 31a50feb4a61707d661c6b72fe6479666a5c9832 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Tue, 12 Mar 2024 12:24:01 +0100 Subject: [PATCH] Add CoC and Security Policy (#31622) CoC is the same than we have at . Security Policy is based on the agreement on the last TSC meeting: https://github.com/servo/project/blob/main/governance/tsc/tsc-2024-02-26.md#security-policy --- CODE_OF_CONDUCT.md | 13 +++++++++++++ SECURITY.md | 4 ++++ 2 files changed, 17 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 00000000000..9e5df9472c1 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,13 @@ +# Code of Conduct + +The Servo Project follows the [**Rust Code of Conduct**](https://www.rust-lang.org/policies/code-of-conduct), with two differences. + +Our code of conduct applies to the [Servo Zulip channels](https://servo.zulipchat.com/), [GitHub repositories](https://github.com/servo), and all official Servo venues, rather than the Rust project. + +If you are subject to or witness unacceptable behavior, or have any other concerns, please notify one of our designated contacts: +* Delan Azabani (she/her) +* Martin Robinson (he/him) +* Manuel Rego Casasnovas (he/him) + +*Note: If you modify this file, please keep this file in sync with .* + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..a4b32316542 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,4 @@ +# Security Policy + +Given that Servo does not yet have customers or products, we are comfortable accepting the security related vulnerabilities as a [new GitHub issue](https://github.com/servo/servo/issues/new) for now. +