Merge branch 'tg/doc-sec-list'
Doc update. * tg/doc-sec-list: note git-security@googlegroups.com in more places SubmittingPatches: replace numbered attributes with names
This commit is contained in:
@ -176,6 +176,12 @@ that is fine, but please mark it as such.
|
|||||||
[[send-patches]]
|
[[send-patches]]
|
||||||
=== Sending your patches.
|
=== Sending your patches.
|
||||||
|
|
||||||
|
:security-ml: footnoteref:[security-ml,The Git Security mailing list: git-security@googlegroups.com]
|
||||||
|
|
||||||
|
Before sending any patches, please note that patches that may be
|
||||||
|
security relevant should be submitted privately to the Git Security
|
||||||
|
mailing list{security-ml}, instead of the public mailing list.
|
||||||
|
|
||||||
Learn to use format-patch and send-email if possible. These commands
|
Learn to use format-patch and send-email if possible. These commands
|
||||||
are optimized for the workflow of sending patches, avoiding many ways
|
are optimized for the workflow of sending patches, avoiding many ways
|
||||||
your existing e-mail client that is optimized for "multipart/*" mime
|
your existing e-mail client that is optimized for "multipart/*" mime
|
||||||
@ -259,17 +265,24 @@ patch, format it as "multipart/signed", not a text/plain message
|
|||||||
that starts with `-----BEGIN PGP SIGNED MESSAGE-----`. That is
|
that starts with `-----BEGIN PGP SIGNED MESSAGE-----`. That is
|
||||||
not a text/plain, it's something else.
|
not a text/plain, it's something else.
|
||||||
|
|
||||||
|
:security-ml-ref: footnoteref:[security-ml]
|
||||||
|
|
||||||
|
As mentioned at the beginning of the section, patches that may be
|
||||||
|
security relevant should not be submitted to the public mailing list
|
||||||
|
mentioned below, but should instead be sent privately to the Git
|
||||||
|
Security mailing list{security-ml-ref}.
|
||||||
|
|
||||||
Send your patch with "To:" set to the mailing list, with "cc:" listing
|
Send your patch with "To:" set to the mailing list, with "cc:" listing
|
||||||
people who are involved in the area you are touching (the `git
|
people who are involved in the area you are touching (the `git
|
||||||
contacts` command in `contrib/contacts/` can help to
|
contacts` command in `contrib/contacts/` can help to
|
||||||
identify them), to solicit comments and reviews.
|
identify them), to solicit comments and reviews.
|
||||||
|
|
||||||
:1: footnote:[The current maintainer: gitster@pobox.com]
|
:current-maintainer: footnote:[The current maintainer: gitster@pobox.com]
|
||||||
:2: footnote:[The mailing list: git@vger.kernel.org]
|
:git-ml: footnote:[The mailing list: git@vger.kernel.org]
|
||||||
|
|
||||||
After the list reached a consensus that it is a good idea to apply the
|
After the list reached a consensus that it is a good idea to apply the
|
||||||
patch, re-send it with "To:" set to the maintainer{1} and "cc:" the
|
patch, re-send it with "To:" set to the maintainer{current-maintainer} and "cc:" the
|
||||||
list{2} for inclusion.
|
list{git-ml} for inclusion.
|
||||||
|
|
||||||
Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and
|
Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and
|
||||||
`Tested-by:` lines as necessary to credit people who helped your
|
`Tested-by:` lines as necessary to credit people who helped your
|
||||||
|
@ -36,6 +36,9 @@ the body to majordomo@vger.kernel.org. The mailing list archives are
|
|||||||
available at <https://public-inbox.org/git/>,
|
available at <https://public-inbox.org/git/>,
|
||||||
<http://marc.info/?l=git> and other archival sites.
|
<http://marc.info/?l=git> and other archival sites.
|
||||||
|
|
||||||
|
Issues which are security relevant should be disclosed privately to
|
||||||
|
the Git Security mailing list <git-security@googlegroups.com>.
|
||||||
|
|
||||||
The maintainer frequently sends the "What's cooking" reports that
|
The maintainer frequently sends the "What's cooking" reports that
|
||||||
list the current status of various development topics to the mailing
|
list the current status of various development topics to the mailing
|
||||||
list. The discussion following them give a good reference for
|
list. The discussion following them give a good reference for
|
||||||
|
Reference in New Issue
Block a user