@vscode/sudo-prompt
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## [9.3.1] 2021-11-19 | ||
| ### Changed | ||
| - Updated package.json metadata. | ||
| ## [9.3.0] 2021-11-17 | ||
@@ -2,0 +8,0 @@ |
+4
-4
| { | ||
| "name": "@vscode/sudo-prompt", | ||
| "version": "9.3.0", | ||
| "version": "9.3.1", | ||
| "description": "Run a command using sudo, prompting the user with an OS dialog if necessary", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
| "type": "git", | ||
| "url": "git+https://github.com/microsoft/vscode-sudo-prompt.git" | ||
| "url": "git+https://github.com/bpasero/sudo-prompt.git" | ||
| }, | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://github.com/microsoft/vscode-sudo-prompt/issues" | ||
| "url": "https://github.com/bpasero/sudo-prompt/issues" | ||
| }, | ||
| "homepage": "https://github.com/microsoft/vscode-sudo-prompt#readme", | ||
| "homepage": "https://github.com/bpasero/sudo-prompt#readme", | ||
| "scripts": {} | ||
| } |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
47400
0.09%