Skip to content

Releases: ytti/oxidized-web

0.15.1

20 Feb 11:43
Compare
Choose a tag to compare

This minor release fixes javascript errors.

Full Changelog: 0.15.0...0.15.1

0.15.0

17 Feb 10:44
Compare
Choose a tag to compare

This release fixes a security issue on the RANCID migration page.
A non-authenticated user could gain control over the Linux user running oxidized-web. The RANCID migration page was already deprecated in version 0.14.0, so it has been completely removed in this new version.
Thank you to Jon O'Reilly and Jamie Riden from NetSPI for discovering and
reporting this security issue!

What's Changed

See CHANGELOG.md

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

28 Jun 09:37
Compare
Choose a tag to compare

Thank you!

Thank you to all the contributors who help make Oxidized-web a better software!

What's Changed

  • The weblibs have been updated to the latest version. We've switched to Bootstrap 5, so the design is a little bit changed
  • We've added a CHANGELOG.md - check it out for Details
  • The RANCID migration page is deprecated and will be removed in a future version
  • A lot of old issues have been automatically closed by git (after 120 days inactivity). If you still have an Issue, just open one new one ;-)
  • We've introduced Test Driven Development (TDD) to oxidized-web. Check /spec/ to add new tests ;-)
  • Updated gem dependencies, support for puma6 and haml6

Full Changelog: 0.13.1...0.14.0

New Contributors