diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-08-29 11:08:25 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-17 15:36:45 -0700 |
commit | 91a33194a45707ee50d89f0d1654fabcac99a99d (patch) | |
tree | 7bc57bf7880388756f1f870f0abc237995ad3f1b | |
parent | 48078964664c891cc49146cdc9f23ff55b703c67 (diff) | |
download | poky-91a33194a45707ee50d89f0d1654fabcac99a99d.tar.gz |
dev-manual/security-subjects.rst: update mailing lists
Update mailing lists following changes by Michael Halstead
(https://lists.yoctoproject.org/g/yocto-security/message/1478).
Also fix formatting/spacing.
(From yocto-docs rev: c5c104ea79a42d630e33f4f002aeec0bb9cbb3b3)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 8066aa92a1acae6c99fbee92d24ee1feea65d974)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 |