File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
77## [ Unreleased]
8+ This release fixes a security issue in oxidized-web, which is included in the
9+ Docker container of oxidized. If you are not using the Docker container but
10+ use oxidized-web, be sure to update your oxidized-web gem to 0.15.0.
811
912### Added
1013- junos: add unit test (@systeembeheerder )
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ Gem::Specification.new do |s|
4949 s . add_development_dependency 'simplecov-html' , '~> 0.13.1'
5050
5151 # Dependencies on optional libraries, used for unit tests & development
52- s . add_development_dependency 'oxidized-web' , '>= 0.14 .0'
52+ s . add_development_dependency 'oxidized-web' , '>= 0.15 .0'
5353 s . add_development_dependency 'sequel' , '~> 5.88.0'
5454end
You can’t perform that action at this time.
0 commit comments