From 9e2cc4fcd9c28f80877d930cb5cc6076428e8ef8 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 17 Jun 2014 13:26:26 -0700 Subject: [PATCH 1/2] Add security message to readme Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34c56e60ac..6fc0f1a4b6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ applications and databases. ![Docker L](docs/theme/mkdocs/images/docker-logo-compressed.png "Docker") +## Security Disclosure + +Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security@docker.com and not by creating a github issue. + ## Better than VMs A common method for distributing applications and sandboxing their From d9d08c5ef5ad395cceea0a1c54c6a4df744e6ee1 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 18 Jun 2014 10:15:51 -0700 Subject: [PATCH 2/2] Wrap lines in security notice Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc0f1a4b6..608e638eab 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ applications and databases. ## Security Disclosure -Security is very important to us. If you have any issue regarding security, please disclose the information responsibly by sending an email to security@docker.com and not by creating a github issue. +Security is very important to us. If you have any issue regarding security, +please disclose the information responsibly by sending an email to +security@docker.com and not by creating a github issue. ## Better than VMs