Add vulnerability form

This commit is contained in:
Emile Vauge 2018-08-20 17:08:03 +02:00 committed by Traefiker Bot
parent feeb7f81a6
commit df41cd925e
2 changed files with 5 additions and 3 deletions

View file

@ -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).

View file

@ -21,9 +21,6 @@ theme:
accent: 'light blue'
feature:
tabs: false
palette:
primary: 'cyan'
accent: 'cyan'
i18n:
prev: 'Previous'
next: 'Next'