From 845f1a7377a200c7f859241558e9e7e6729b6960 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Wed, 22 Aug 2018 10:18:03 +0200 Subject: [PATCH] Add security mailinglist --- README.md | 8 +++----- docs/index.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f48029408..178c936b6 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,10 @@ Each version is supported until the next one is released (e.g. 1.1.x will be sup We use [Semantic Versioning](http://semver.org/) -## Plumbing +## Mailing lists -- [Oxy](https://github.com/vulcand/oxy): an awesome proxy library made by Mailgun folks -- [Gorilla mux](https://github.com/gorilla/mux): famous request router -- [Negroni](https://github.com/urfave/negroni): web middlewares made simple -- [Lego](https://github.com/xenolf/lego): the best [Let's Encrypt](https://letsencrypt.org) library in go +- General announcements, new releases: mail at news+subscribe@traefik.io or on [the online viewer](https://groups.google.com/a/traefik.io/forum/#!forum/news) +- Security announcements: mail at security+subscribe@traefik.io or on [the online viewer](https://groups.google.com/a/traefik.io/forum/#!forum/security). ## Credits diff --git a/docs/index.md b/docs/index.md index e5c038b59..81c87b082 100644 --- a/docs/index.md +++ b/docs/index.md @@ -206,5 +206,16 @@ docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.to ## Security +### Security Advisories + +We strongly advise you to join our mailing list to be aware of the latest announcements from our security team. You can subscribe sending a mail to security+subscribe@traefik.io or on [the online viewer](https://groups.google.com/a/traefik.io/forum/#!forum/security). + +### CVE + +Reported vulnerabilities can be found on +[cve.mitre.org](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=traefik). + +### Report a Vulnerability + We want to keep Træfik safe for everyone. If you've discovered a security vulnerability in Træfik, we appreciate your help in disclosing it to us in a responsible manner, using [this form](https://security.traefik.io). \ No newline at end of file