mirror of
https://github.com/ovh/the-bastion.git
synced 2025-03-10 06:24:42 +08:00
24 lines
1 KiB
Markdown
24 lines
1 KiB
Markdown
|
# :zap: Security
|
||
|
|
||
|
- No security fixes since previous release
|
||
|
- Oldest release with no known security issues: `v3.00.00` (first public version)
|
||
|
|
||
|
# :bulb: Highlights
|
||
|
|
||
|
The change from the previous version is:
|
||
|
|
||
|
- The plugins output is now recorded using `ttyrec`, as the egress connections are, instead of being stored in `sqlite` format
|
||
|
within the home folder of the account. This helps avoiding the sqlite databases growing too much in size when
|
||
|
accounts are using `--osh` commands very intensively.
|
||
|
|
||
|
A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.
|
||
|
|
||
|
# :pushpin: Changes
|
||
|
- enh: use `ttyrec` instead of `sqlite` to record plugin output
|
||
|
- fix: `selfMFASetupPassword`: restore default sighandlers to avoid being zombified
|
||
|
|
||
|
# :fast_forward: Upgrading
|
||
|
|
||
|
- [General upgrade instructions](https://ovh.github.io/the-bastion/installation/upgrading.html)
|
||
|
- [Specific upgrade instructions for v3.13.00](https://ovh.github.io/the-bastion/installation/upgrading.html#v3-13-00-2023-07-28)
|