Add security mailinglist
This commit is contained in:
parent
27e4a8a227
commit
845f1a7377
2 changed files with 14 additions and 5 deletions
|
@ -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/)
|
We use [Semantic Versioning](http://semver.org/)
|
||||||
|
|
||||||
## Plumbing
|
## Mailing lists
|
||||||
|
|
||||||
- [Oxy](https://github.com/vulcand/oxy): an awesome proxy library made by Mailgun folks
|
- 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)
|
||||||
- [Gorilla mux](https://github.com/gorilla/mux): famous request router
|
- Security announcements: mail at security+subscribe@traefik.io or on [the online viewer](https://groups.google.com/a/traefik.io/forum/#!forum/security).
|
||||||
- [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
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
|
@ -206,5 +206,16 @@ docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.to
|
||||||
|
|
||||||
## Security
|
## 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.
|
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).
|
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).
|
Loading…
Reference in a new issue