@runnerty/executor-shell
Advanced tools
+1
-1
| MIT License | ||
| Copyright (c) 2021 Runnerty Tech S.L. | ||
| Copyright (c) 2022 Runnerty Tech S.L. | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+3
-3
| { | ||
| "name": "@runnerty/executor-shell", | ||
| "version": "3.1.3", | ||
| "version": "3.1.4", | ||
| "description": "Runnerty module: shell executor", | ||
@@ -28,7 +28,7 @@ "author": "Runnerty Tech", | ||
| "dependencies": { | ||
| "@runnerty/module-core": "~3.0.7", | ||
| "@runnerty/module-core": "~3.0.8", | ||
| "ssh2": "^1.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "eslint": "^8.5.0", | ||
| "eslint": "^8.7.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
@@ -35,0 +35,0 @@ "eslint-plugin-prettier": "^4.0.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