diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-08-29 11:08:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-16 12:09:41 +0100 |
commit | 71f97b71b18301d700e9ba4735edc7d51302d887 (patch) | |
tree | 5ab0e2f2633296bf6b529b3efe1a9da843ec1819 /documentation | |
parent | 8118eb4a8682214cc6cc7f85336866929bcd971f (diff) | |
download | poky-71f97b71b18301d700e9ba4735edc7d51302d887.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: 8066aa92a1acae6c99fbee92d24ee1feea65d974)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 |