From ee04c0dc01beec8bbba0fff6b5023e0ff7e84428 Mon Sep 17 00:00:00 2001 From: Adam Tanner Date: Fri, 14 Aug 2015 12:04:09 -0700 Subject: [PATCH 1/2] README: update Google group and add security email address. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef417cd5c..d15068042 100644 --- a/README.md +++ b/README.md @@ -247,9 +247,12 @@ There are 2 mandatory parts of a modifier: Any Go struct that implements those interfaces can act as a `modifier`. ## Contact +For questions and comments on how to use Martian, features announcements, or +design discussions check out our public Google Group at +https://groups.google.com/forum/#!forum/martianproxy-users. -Google Group (General and Dev): https://groups.google.com/forum/#!forum/martianproxy - +For security related issues please send a detailed report to our private core +group at martianproxy-core@googlegroups.com. ## Disclaimer This is not an official Google product (experimental or otherwise), it is just From 8bf5a1173900897a9ed328bceba7b13964819840 Mon Sep 17 00:00:00 2001 From: Adam Tanner Date: Fri, 14 Aug 2015 13:30:23 -0700 Subject: [PATCH 2/2] README: add notice for requirement of Go 1.5. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d15068042..ae5e03dd4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Martian is a great tool to use if you want to: By taking advantage of Go cross-compilation, Martian can be deployed anywhere that Go can target. +## Requirements + +Go 1.5 (for changes in crypto/tls) + ## Getting Started ### Start the Proxy