Skip to content

Commit ddeb43e

Browse files
committed
build: version 1.1.2 tagged
1 parent e0a3c04 commit ddeb43e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.2 (September 16, 2021)
2+
* Support a filesystem with `~/.ssh` already present. (Fixes #19)
3+
* Add MIT license
4+
* CVE-2021-23343 - Regular Expression Denial of Service
5+
* CVE-2021-37713 - Arbitrary File Creation/Overwrite via insufficient symlink protection
6+
17
# v1.1.1 (January 14, 2021)
28
* CVE-2020-15228 - Environment variable injection
39
* CVE-2020-8116 - Prototype Pollution

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssh-socket-action",
3-
"version": "1.0.0",
3+
"version": "1.1.2",
44
"description": "Setup an SSH socket with a private key.",
55
"main": "index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)