We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a3c04 commit ddeb43eCopy full SHA for ddeb43e
CHANGELOG.md
@@ -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
+
7
# v1.1.1 (January 14, 2021)
8
* CVE-2020-15228 - Environment variable injection
9
* CVE-2020-8116 - Prototype Pollution
package.json
@@ -1,6 +1,6 @@
{
"name": "ssh-socket-action",
- "version": "1.0.0",
+ "version": "1.1.2",
"description": "Setup an SSH socket with a private key.",
"main": "index.js",
"keywords": [],
0 commit comments