@sei-atl/devops
Advanced tools
+3
-2
@@ -189,7 +189,8 @@ const encryptionHelper = require('@sei-atl/encryption-helper'); | ||
| prePackageYaml: (args) => { | ||
| let workingDir = process.env.INIT_CWD || process.cwd(); | ||
| let yamlBoost = require('yaml-boost'); | ||
| let fs = require('fs'); | ||
| let inPath = args.in; | ||
| let outPath = args.out; | ||
| let inPath = path.join(workingDir,args.in); | ||
| let outPath = path.join(args.out); | ||
@@ -196,0 +197,0 @@ let loaded = yamlBoost.load(inPath, args); |
+1
-1
| { | ||
| "name": "@sei-atl/devops", | ||
| "version": "1.0.21", | ||
| "version": "1.0.22", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 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 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
21691
0.43%631
0.16%7
16.67%