docs: add a note about reporting security vulns (#5541)

We *do* have the occasional security issue, where it would be nice to have
non-public disclosure and time to fix the issue before it's fully public. Our
github infrastracture does not make it easy to report vulnerabilities in
confidential manner, so let's leverage the distro mechanisms for that. I
think we're better off with this solution than leaving it up to individual
reporters to discover some mechanism on their own.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-03-07 08:33:27 -05:00 committed by Martin Pitt
parent f013e99e16
commit c2205a0d4f
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ We welcome contributions from everyone. However, please follow the following gui
Following these guidelines makes it easier for us to process your issue, and ensures we won't close your issue right-away for being misfiled.
## Security vulnerability reports
If you discover a security vulnerability, we'd appreciate a non-public disclosure. The issue tracker and mailing list listed above are fully public. If you need to reach systemd developers in a non-public way, report the issue in one of the "big" distributions using systemd: [Fedora](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=systemd) (be sure to check "Security Sensitive Bug" under "Show Advanced Fields"), [Ubuntu](https://launchpad.net/ubuntu/+source/systemd/+filebug) (be sure to change "This bug contains information that is" from "Public" to "Private Security"), or [Debian](mailto:security@debian.org). Various systemd developers are active distribution maintainers and will propagate the information about the bug to other parties.
## Posting Pull Requests
* Make sure to post PRs only relative to a very recent git master.