From df41cd925e7764883c119346c95a26bfcc4e134f Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 20 Aug 2018 17:08:03 +0200 Subject: [PATCH] Add vulnerability form --- docs/index.md | 5 +++++ mkdocs.yml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index a7b6cc339..e5c038b59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -203,3 +203,8 @@ Using the tiny Docker image: ```shell docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik ``` + +## Security + +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 diff --git a/mkdocs.yml b/mkdocs.yml index cf530c9e8..673698651 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,9 +21,6 @@ theme: accent: 'light blue' feature: tabs: false - palette: - primary: 'cyan' - accent: 'cyan' i18n: prev: 'Previous' next: 'Next'