Skip to content

Commit cd07b27

Browse files
committedFeb 17, 2025·
Update oxidized-web
oxidized-web is only a development dependency, but included in the docker container, which will use 0.15.0 in the build for this commit.
1 parent fcc79bc commit cd07b27

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The 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)

‎oxidized.gemspec

+1-1
Original file line numberDiff line numberDiff 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'
5454
end

0 commit comments

Comments
 (0)
Please sign in to comment.