summaryrefslogtreecommitdiff
tag namev0.49.0 (e8a33d37f4036975dd9fcf14185c7433f79ee115)
tag date2023-08-04 18:26:21 +0700
tagged byShulhan <ms@kilabit.info>
tagged objectcommit 75d59dff23...
downloadpakakeh.go-0.49.0.tar.xz
Release share v0.49.0 (2023-08-04)
In this release we refactoring lib/ssh, ssh/config; bug fixes in lib/http.HandleFS, lib/os.Extract, lib/smtp.NewMailTx; new functions Environments, PathFold, and PathUnfold in lib/os, LoadPrivateKeyInteractive in lib/ssh. In lib/ssh, we rename NewClientFromConfig into NewClientInteractive and make only the valid SSH key added to the agent automatically once connected, not all of SSH keys from IdentityFile. In ssh/config, we simplify the struct Config by using a Field, a map of key and value, instead of multiple fields with different types. As a helper, we provide method FieldBool, FieldInt, Hostname, User, and Port. The fix in http.HandleFS related to missing request query when the requested resource is directory. The fix in os.Extract related to Zip Slip vulnerability. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSyS35x1RIQ2SkuGz5KU2C1AMnE8AUCZMzgaQAKCRBKU2C1AMnE 8CujAP9nMVoQQFiswk7KAZ4LNZBNtdZeuFoZoUSh0V/0Sj7xXgEAgglexY5BTJNj RTxOqneP61qeNZVhDa0+8GtZ315QFwA= =f9in -----END PGP SIGNATURE-----