File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.5.12] - Service release
5+
6+ ### Bugfixes
7+
8+ - Fixed vulnerability with Sed [ CVE-2022 -XXXX] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-XXXX )
9+ - Remove localhost exception for invalidating sessions [ SSD disclosure] ( https://ssd-disclosure.com/ssd-advisory-vestacp-multiple-vulnerabilities/ )
10+ -
11+
412## [ 1.5.11] - Service release
513
614### Bugfixes
Original file line number Diff line number Diff line change 22
33[ Hestia Control Panel] ( https://www.hestiacp.com/ )
44==================================================
5- ** Latest stable release:** Version 1.5.11 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
5+ ** Latest stable release:** Version 1.5.12 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
66
77** Web:** [ www.hestiacp.com ] ( https://www.hestiacp.com/ ) <br >
88** Documentation:** [ docs.hestiacp.com] ( https://docs.hestiacp.com/ ) <br >
Original file line number Diff line number Diff line change 107107if [ " $type " != ' local' ]; then
108108 check_args ' 4' " $# " " TYPE HOST USERNAME PASSWORD [PATH] [PORT]"
109109 is_format_valid ' host' ' path' ' port'
110- is_type_valid " $type " ' sftp,ftp,b2'
110+ is_type_valid ' sftp,ftp,b2' " $type "
111111 is_username_format_valid " $user " " username"
112112 is_password_valid
113113 format_no_quotes " $password " " password"
You can’t perform that action at this time.
0 commit comments