Guorui Yu
Guorui Yu
When I surfed the Xposed framework API website, I found a little mistake in the [XposedHelpers.findAndHookMethod()](http://api.xposed.info/reference/de/robv/android/xposed/XposedHelpers.html#findAndHookMethod(java.lang.String, java.lang.ClassLoader, java.lang.String, java.lang.Object...))'s example. In this example, the third parameter should be "methodName", but...
Add support for ssh-agent, which can simplify the use of encrypted private keys. As you can load encrypted private keys to ssh-agent to facilitate the sshtunnel.
Use STS(Security Token Service[1]) Token can reduce the risk of long-term access key (AccessKey) leakage. The token will automatically expire after expiration date, so it need to be periodically refreshed....
**- What I did** Confidential virtual machines is a security technology currently being invested in by major CSPs. [[1]](https://www.alibabacloud.com/help/en/ecs/user-guide/build-a-tdx-confidential-computing-environment) [[2]](https://techcommunity.microsoft.com/t5/azure-confidential-computing/azure-confidential-vms-using-sev-snp-dcasv5-ecasv5-are-now/ba-p/3573747) [[3]](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html) It aims to minimize the security impact of the...
startify is a plugin provides a start screen for Vim and Neovim, no need to show indent or whitespace in it.
#### Proposed Changes: * Release the Alibabacloud SLS log client related resources when preconditions (logstore/project) are not met to avoid memory/goroutine leaks #### Which issue(s) this PR fixes: Fixes #...