Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1482095
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 11/20] SecurityBugs.rst: convert it to ReST markup |
| Date | 2016-09-13 04:20 +0200 |
| Message-ID | <sgLui-3Ll-17@gated-at.bofh.it> (permalink) |
| References | <sgLuh-3Ll-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add a name for the document and convert the sections to ReST markups. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> --- Documentation/development-process/SecurityBugs.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Documentation/development-process/SecurityBugs.rst b/Documentation/development-process/SecurityBugs.rst index a660d494c8ed..5f61bd4bc8ef 100644 --- a/Documentation/development-process/SecurityBugs.rst +++ b/Documentation/development-process/SecurityBugs.rst @@ -1,9 +1,13 @@ +Security bugs +============= + Linux kernel developers take security very seriously. As such, we'd like to know when a security bug is found so that it can be fixed and disclosed as quickly as possible. Please report security bugs to the Linux kernel security team. -1) Contact +Contact +------- The Linux kernel security team can be contacted by email at <security@kernel.org>. This is a private list of security officers @@ -17,7 +21,8 @@ REPORTING-BUGS if you are unclear about what information is helpful. Any exploit code is very helpful and will not be released without consent from the reporter unless it has already been made public. -2) Disclosure +Disclosure +---------- The goal of the Linux kernel security team is to work with the bug submitter to bug resolution as well as disclosure. We prefer @@ -32,7 +37,8 @@ disclosure is from immediate (esp. if it's already publicly known) to a few weeks. As a basic default policy, we expect report date to disclosure date to be on the order of 7 days. -3) Non-disclosure agreements +Non-disclosure agreements +------------------------- The Linux kernel security team is not a formal body and therefore unable to enter any non-disclosure agreements. -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 00/20] Create a book for Kernel development Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:20 +0200
[PATCH v2 18/20] doc: development-process: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:20 +0200
[PATCH v2 17/20] doc: development-process: rename files to rst Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:20 +0200
[PATCH v2 11/20] SecurityBugs.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:20 +0200
[PATCH v2 14/20] SubmittingDrivers.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:20 +0200
[PATCH v2 01/20] docs-rst: move HOWTO and mentioned documents to a separate dir Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 16/20] HOWTO.rst: add cross-references to other documents Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 13/20] stable_kernel_rules.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 02/20] docs-rst: HOWTO.rst: convert to ReST notation Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 12/20] stable_api_nonsense.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 04/20] docs-rst: Changes.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 10/20] ManagementStyle.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 06/20] CodingStyle.rst: use the proper tag for verbatim font Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 05/20] docs-rst: CodingStyle.rst: Convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
Re: [PATCH v2 05/20] docs-rst: CodingStyle.rst: Convert to ReST markup Joe Perches <joe@perches.com> - 2016-09-13 05:00 +0200
Re: [PATCH v2 05/20] docs-rst: CodingStyle.rst: Convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 10:50 +0200
[PATCH v2 07/20] CodingStyle.rst: replace underline markups Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
[PATCH v2 03/20] docs-rst: applying-patches.rst: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-13 04:30 +0200
csiph-web