@github/copilot-language-server
Advanced tools
+8
-8
@@ -14,3 +14,3 @@ { | ||
| "license": "MIT", | ||
| "version": "1.474.7", | ||
| "version": "1.474.8", | ||
| "bin": { | ||
@@ -43,11 +43,11 @@ "copilot-language-server": "../dist/language-server.js" | ||
| "optionalDependencies": { | ||
| "@github/copilot-language-server-win32-x64": "1.474.7", | ||
| "@github/copilot-language-server-win32-arm64": "1.474.7", | ||
| "@github/copilot-language-server-linux-x64": "1.474.7", | ||
| "@github/copilot-language-server-linux-arm64": "1.474.7", | ||
| "@github/copilot-language-server-darwin-x64": "1.474.7", | ||
| "@github/copilot-language-server-darwin-arm64": "1.474.7" | ||
| "@github/copilot-language-server-win32-x64": "1.474.8", | ||
| "@github/copilot-language-server-win32-arm64": "1.474.8", | ||
| "@github/copilot-language-server-linux-x64": "1.474.8", | ||
| "@github/copilot-language-server-linux-arm64": "1.474.8", | ||
| "@github/copilot-language-server-darwin-x64": "1.474.8", | ||
| "@github/copilot-language-server-darwin-arm64": "1.474.8" | ||
| }, | ||
| "buildType": "prod", | ||
| "build": "162" | ||
| "build": "164" | ||
| } |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 4 instances 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 4 instances 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
135464150
0