1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

gems: update webrick to version 1.6.1

- explicitly use webrick gem version with patch against CVE-2020-25613
- https://www.ruby-lang.org/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/
- webrick versions bundled with ruby are vulnerable at this point
This commit is contained in:
cn
2020-10-02 00:49:14 +02:00
parent fc4d731434
commit fd1d58abd6
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 3.1.1
IMPROVEMENTS:
- Use webrick gem which contains fixes against [CVE-2020-25613](https://www.ruby-lang.org/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/)
## 3.1.0 (August 19, 2020)
IMPROVEMENTS: