mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-09-05 15:13:06 +02:00
- 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/)
6 lines
79 B
Ruby
6 lines
79 B
Ruby
# frozen_string_literal: true
|
|
|
|
module OpenVPNStatusWeb
|
|
VERSION = '3.0.1'
|
|
end
|