@itentialopensource/adapter-utils 5.10.12 → 5.10.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1153,7 +1153,7 @@ class AdapterPropertyUtil {
1153
1153
  }
1154
1154
 
1155
1155
  // This is the array of sensitive keys
1156
- let sensList = ['authorization', 'x-auth-token', 'x-csrf-token', 'x-amz-security-token', 'x-aws-ec2-metadata-token', 'cookie', 'set-cookie', 'token', 'tokenp2', 'user', 'username', 'passwd', 'password', 'api-key', 'client-id', 'client-secret', 'client_id', 'client_secret', 'session', 'session-id', 'jsessionid', 'sessionToken', 'accessKeyId', 'secretAccessKey', 'private-token'];
1156
+ let sensList = ['authorization', 'x-auth-token', 'x-csrf-token', 'x-amz-security-token', 'x-aws-ec2-metadata-token', 'cookie', 'set-cookie', 'token', 'tokenp2', 'user', 'username', 'passwd', 'password', 'api-key', 'client-id', 'client-secret', 'client_id', 'client_secret', 'session', 'session-id', 'jsessionid', 'sessionToken', 'accessKeyId', 'secretAccessKey', 'private-token', 'ca'];
1157
1157
 
1158
1158
  // add any additional items to scrub
1159
1159
  if (addItems && Array.isArray(addItems) && addItems.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.10.12",
3
+ "version": "5.10.14",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
@@ -38,6 +38,7 @@
38
38
  "jsontoxml": "^1.0.1",
39
39
  "jsonwebtoken": "^9.0.1",
40
40
  "mongodb": "^3.7.4",
41
+ "mocha": "^10.7.3",
41
42
  "readline-sync": "^1.4.10",
42
43
  "socks-proxy-agent": "^8.0.1",
43
44
  "uuid": "^9.0.0",
@@ -49,7 +50,6 @@
49
50
  "eslint-config-airbnb-base": "^15.0.0",
50
51
  "eslint-plugin-import": "^2.27.5",
51
52
  "eslint-plugin-json": "^3.1.0",
52
- "mocha": "^10.7.3",
53
53
  "nock": "^13.3.1",
54
54
  "strip-ansi": "^7.1.0",
55
55
  "strip-ansi-cli": "^3.0.2",