@actions/core
Advanced tools
+2
-2
| { | ||
| "name": "@actions/core", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "description": "Actions core lib", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
| "@actions/exec": "^2.0.0", | ||
| "@actions/http-client": "^3.0.1" | ||
| "@actions/http-client": "^3.0.2" | ||
| }, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Updated