- Upgrade actions to non-deprecated versions.
- Treat socket not found as info (not warning) as expected.
- Upgrade action to node20.
- Upgrade actions to non-deprecated versions.
- Support existing ssh-agents.
- CVE-2022-38900 - DoS
- Introduce automated CI pipeline to test itself
- Create random sock file location if none passed.
- Adjust message severity to INFO for message.
- Bump actions/core to latest for --set-output deprecation.
- CVE-2020-7598 - Prototype Pollution.
- CVE-2022-0235 - Sensitive Information exposure.
- Introduce
lifetime
parameter to expire key. - Support Self Runners
- Cleanups
known_hosts
(of selected domain) prior to adding entries. - Upgrade to Node16
- Swapped
ncc
package to@vercel/ncc
and included source maps + licenses. - Expose
SSH_AGENT_PID
if possible to obtain. - Expose
SSH_AUTH_SOCK
to location ofssh-agent
sock file.
- Support a filesystem with
~/.ssh
already present. (Fixes #19) - Add MIT license
- CVE-2021-23343 - Regular Expression Denial of Service
- CVE-2021-37713 - Arbitrary File Creation/Overwrite via insufficient symlink protection
- CVE-2020-15228 - Environment variable injection
- CVE-2020-8116 - Prototype Pollution
- CVE-2020-15168 - Buffer over read
- CVE-2020-7788 - Prototype Pollution
- CVE-2020-15095 - Sensitive information exposure
- GHSA-xgh6-85xh-479p - Regular Expression Denial of Service
- JEST-62 - Prepare for publishing
- PMW-41 - Add SSH port option.
- PMW-41 - Fix shell command.
- PMW-41 - Initial creation.