diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-27 17:10:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 17:10:18 +0200 |
commit | 7de8d7328dcce6ebc30cf7b7fa789e37eeafd3cc (patch) | |
tree | 75105f2cc25f1baa4556c4e1e340abe7cfe28781 | |
parent | 85fef6a0baf52275564f6c977b316cd2822de4e8 (diff) | |
parent | 080abfd22228bcc2b254d76aea0636642dd6bccd (diff) | |
download | podman-7de8d7328dcce6ebc30cf7b7fa789e37eeafd3cc.tar.gz podman-7de8d7328dcce6ebc30cf7b7fa789e37eeafd3cc.tar.bz2 podman-7de8d7328dcce6ebc30cf7b7fa789e37eeafd3cc.zip |
Merge pull request #4120 from mheon/secresponse
Add README note about security reporting process.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ This project tests all builds against each supported version of Fedora, the late ## Communications +If you think you've identified a security issue in the project, please *DO NOT* report the issue publically via the Github issue tracker, mailing list, or IRC. +Instead, send an email with as many details as possible to `security@lists.podman.io`. This is a private mailing list for the core maintainers. + For general questions and discussion, please use the IRC `#podman` channel on `irc.freenode.net`. |