summaryrefslogtreecommitdiffstats
path: root/teams/security.toml
blob: 2a282cb98393fc10eab38ee1fd3f1a1e9896aec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "security"

[people]
leads = []
members = [
    "alexcrichton",
    "cuviper",
    "nikomatsakis",
    "pietroalbini",
    "steveklabnik",
]

[github]
orgs = ["rust-lang"]

[website]
name = "Security team"
description = "Triaging and responding to incoming vulnerability reports"
email = "security@rust-lang.org"
repo = "https://github.com/rust-lang/security-team"

[[lists]]
address = "security@rust-lang.org"