Skip to content

Commit a8891e4

Browse files
committed
chore(release): release version 0.15.0
1 parent b9ca17c commit a8891e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
7+
## [0.15.0 – 2025-02-17]
88
This release fixes a security issue on the RANCID migration page.
99
A non-authenticated user could gain control over the Linux user running
1010
oxidized-web. The RANCID migration page was already deprecated in version
1111
0.14.0, so it has been completely removed in this new version.
1212
Thank you to Jon O'Reilly and Jamie Riden from NetSPI for discovering and
1313
reporting this security issue!
1414

15-
### Added
16-
1715
### Changed
1816
- Update datatables.net to 2.2.2 and datatables.net-buttons to 3.2.2 (@robertcheramy)
1917
- remove the RANCID migration page (@robertchreamy)

lib/oxidized/web/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Oxidized
44
module API
5-
WEB_VERSION = '0.14.0'
5+
WEB_VERSION = '0.15.0'
66
end
77
end

0 commit comments

Comments
 (0)