Releases: sourcetoad/ssh-socket-action
Releases · sourcetoad/ssh-socket-action
v1.4.2
What's Changed
- chore: treat warning as info by @iBotPeaches in #51
- Build(deps): Bump undici from 5.28.2 to 5.28.3 by @dependabot in #52
- Build(deps): Bump undici from 5.28.3 to 5.28.4 by @dependabot in #53
- build: update node dependencies by @iBotPeaches in #54
- [Release] v1.4.2 by @iBotPeaches in #55
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Node 20 by @iBotPeaches in #47
- Upgrade Actions by @iBotPeaches in #48
- Build(deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #49
- [Release] v1.4.1 by @iBotPeaches in #50
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Build(deps): Bump semver from 5.7.1 to 5.7.2 by @dependabot in #44
- Support Existing Agents + Purge Entries by @iBotPeaches in #45
- [Release] v1.4.0 by @iBotPeaches in #46
Full Changelog: v1...v1.4.0
v1.3.0
What's Changed
- Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #40
- build: ci/cd + automated dist updates by @iBotPeaches in #41
- feat: allow random sock path if none passed by @jyann in #42
- build: version 1.3.0 tagged by @iBotPeaches in #43
New Contributors
Full Changelog: v1...v1.3.0
v1.2.1 - The Fixed Deprecations
What's Changed
- JEST-430 build: change ssh socket action to info by @Bankamah in #35
- Build(deps): Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #36
- build: update dist after actions/core bump by @iBotPeaches in #37
- build: update to latest actions/core by @iBotPeaches in #38
New Contributors
Full Changelog: v1...v1.2.1
v1.2.0 - The "Self-Runner"
- 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 of ssh-agent sock file.
v1.1.2 - The "-p" Fix
- 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
v1.1.1 - The Security Fixes
- 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
v1.1.0 - SSH Port Option
- Adds SSH port option
v1.0.1 - The Fix
- Allows shell commands to fire