mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
943 B
943 B
⚡ Security
- No security fixes since previous release
- Oldest release with no known security issues:
v3.00.00(first public version)
💡 Highlights
Previous version (v3.09.01) was tagged but not released, main change since last released version is a speedup of the internal execute() function, speeding up several portions of the code.
A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.
📌 Changes
- fix: basic mitigation for
scp's CVE-2020-15778 (upstream doesn't consider it a bug) - fix:
batch: don't attempt to read if STDIN is closed - enh: make
execute()way WAY faster