@runnerty/executor-shell
Advanced tools
+2
-2
| { | ||
| "name": "@runnerty/executor-shell", | ||
| "version": "3.1.1", | ||
| "version": "3.1.2", | ||
| "description": "Runnerty module: shell executor", | ||
@@ -28,3 +28,3 @@ "author": "Runnerty Tech", | ||
| "dependencies": { | ||
| "@runnerty/module-core": "~3.0.5", | ||
| "@runnerty/module-core": "~3.0.6", | ||
| "ssh2": "^1.4.0" | ||
@@ -31,0 +31,0 @@ }, |
| { | ||
| "$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.1/plan.json", | ||
| "$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.2/plan.json", | ||
| "chains": [ | ||
@@ -4,0 +4,0 @@ { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Updated