mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Add CoC and Security Policy (#31622)
CoC is the same than we have at <https://servo.org/coc/>. 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
This commit is contained in:
parent
0ef07866a2
commit
31a50feb4a
2 changed files with 17 additions and 0 deletions
13
CODE_OF_CONDUCT.md
Normal file
13
CODE_OF_CONDUCT.md
Normal file
|
@ -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) <dazabani@igalia.com>
|
||||
* Martin Robinson (he/him) <mrobinson@igalia.com>
|
||||
* Manuel Rego Casasnovas (he/him) <rego@igalia.com>
|
||||
|
||||
*Note: If you modify this file, please keep this file in sync with <https://servo.org/coc/>.*
|
||||
|
4
SECURITY.md
Normal file
4
SECURITY.md
Normal file
|
@ -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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue