diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/security-subjects.rst | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/documentation/dev-manual/security-subjects.rst b/documentation/dev-manual/security-subjects.rst index 1b02b6a9e9..6785b5a16a 100644 --- a/documentation/dev-manual/security-subjects.rst +++ b/documentation/dev-manual/security-subjects.rst | |||
@@ -52,19 +52,24 @@ for them for significant issues. | |||
52 | Security-related discussions at the Yocto Project | 52 | Security-related discussions at the Yocto Project |
53 | ------------------------------------------------- | 53 | ------------------------------------------------- |
54 | 54 | ||
55 | We have set up two security-related mailing lists: | 55 | We have set up two security-related emails/mailing lists: |
56 | 56 | ||
57 | - Public List: yocto [dash] security [at] yoctoproject[dot] org | 57 | - Public Mailing List: yocto [dash] security [at] yoctoproject[dot] org |
58 | 58 | ||
59 | This is a public mailing list for anyone to subscribe to. This list is an | 59 | This is a public mailing list for anyone to subscribe to. This list is an |
60 | open list to discuss public security issues/patches and security-related | 60 | open list to discuss public security issues/patches and security-related |
61 | initiatives. For more information, including subscription information, | 61 | initiatives. For more information, including subscription information, |
62 | please see the :yocto_lists:`yocto-security mailing list info page </g/yocto-security>`. | 62 | please see the :yocto_lists:`yocto-security mailing list info page |
63 | </g/yocto-security>`. | ||
63 | 64 | ||
64 | - Private List: security [at] yoctoproject [dot] org | 65 | This list requires moderator approval for new topics to be posted, to avoid |
66 | private security reports to be posted by mistake. | ||
65 | 67 | ||
66 | This is a private mailing list for reporting non-published potential | 68 | - Yocto Project Security Team: security [at] yoctoproject [dot] org |
67 | vulnerabilities. The list is monitored by the Yocto Project Security team. | 69 | |
70 | This is an email for reporting non-published potential vulnerabilities. | ||
71 | Emails sent to this address are forwarded to the Yocto Project Security | ||
72 | Team members. | ||
68 | 73 | ||
69 | 74 | ||
70 | What you should do if you find a security vulnerability | 75 | What you should do if you find a security vulnerability |