From 845f1a7377a200c7f859241558e9e7e6729b6960 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Wed, 22 Aug 2018 10:18:03 +0200 Subject: [PATCH 1/2] 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 From 157c796294a89e9f6d96c1700829e7acd26fd697 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 23 Aug 2018 10:44:03 +0200 Subject: [PATCH 2/2] Rename traefikproxy twitter account into traefik --- README.md | 2 +- docs/index.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 178c936b6..7d1f3ccbb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![](https://images.microbadger.com/badges/image/traefik.svg)](https://microbadger.com/images/traefik) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/containous/traefik/blob/master/LICENSE.md) [![Join the chat at https://traefik.herokuapp.com](https://img.shields.io/badge/style-register-green.svg?style=social&label=Slack)](https://traefik.herokuapp.com) -[![Twitter](https://img.shields.io/twitter/follow/traefikproxy.svg?style=social)](https://twitter.com/intent/follow?screen_name=traefikproxy) +[![Twitter](https://img.shields.io/twitter/follow/traefik.svg?style=social)](https://twitter.com/intent/follow?screen_name=traefik) Træfik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. diff --git a/docs/index.md b/docs/index.md index 81c87b082..18a99ad8f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/containous/traefik)](https://goreportcard.com/report/github.com/containous/traefik) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/containous/traefik/blob/master/LICENSE.md) [![Join the chat at https://traefik.herokuapp.com](https://img.shields.io/badge/style-register-green.svg?style=social&label=Slack)](https://traefik.herokuapp.com) -[![Twitter](https://img.shields.io/twitter/follow/traefikproxy.svg?style=social)](https://twitter.com/intent/follow?screen_name=traefikproxy) +[![Twitter](https://img.shields.io/twitter/follow/traefik.svg?style=social)](https://twitter.com/intent/follow?screen_name=traefik) Træfik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. diff --git a/mkdocs.yml b/mkdocs.yml index f85f2c2fa..dfc88faa7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,7 +42,7 @@ google_analytics: # - type: 'slack' # link: 'https://traefik.herokuapp.com' # - type: 'twitter' -# link: 'https://twitter.com/traefikproxy' +# link: 'https://twitter.com/traefik' extra_css: - theme/styles/extra.css