File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.15.0 – 2025-02-17 ]
8
8
This release fixes a security issue on the RANCID migration page.
9
9
A non-authenticated user could gain control over the Linux user running
10
10
oxidized-web. The RANCID migration page was already deprecated in version
11
11
0.14.0, so it has been completely removed in this new version.
12
12
Thank you to Jon O'Reilly and Jamie Riden from NetSPI for discovering and
13
13
reporting this security issue!
14
14
15
- ### Added
16
-
17
15
### Changed
18
16
- Update datatables.net to 2.2.2 and datatables.net-buttons to 3.2.2 (@robertcheramy )
19
17
- remove the RANCID migration page (@robertchreamy )
Original file line number Diff line number Diff line change 2
2
3
3
module Oxidized
4
4
module API
5
- WEB_VERSION = '0.14 .0'
5
+ WEB_VERSION = '0.15 .0'
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments