File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
7
## [ 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.
8
11
9
12
### Added
10
13
- junos: add unit test (@systeembeheerder )
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ Gem::Specification.new do |s|
49
49
s . add_development_dependency 'simplecov-html' , '~> 0.13.1'
50
50
51
51
# 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'
53
53
s . add_development_dependency 'sequel' , '~> 5.88.0'
54
54
end
You can’t perform that action at this time.
0 commit comments