diff --git a/config/config.js b/config/config.js index 7f626a7..9b6ad05 100644 --- a/config/config.js +++ b/config/config.js @@ -24,7 +24,7 @@ module.exports = { */ description: 'Query Redis servers and return data for configured key patterns.', logging: { level: 'info' }, - entityTypes: ['*'], + entityTypes: ['IPv4', 'IPv4CIDR', 'IPv6', 'domain', 'url', 'MD5', 'SHA1', 'SHA256', 'email', 'cve', 'MAC', 'string'], defaultColor: 'light-gray', /** * An array of style files (css or less) that will be included for your integration. Any styles specified in @@ -56,7 +56,7 @@ module.exports = { key: '', passphrase: '', ca: '', - proxy: "" + proxy: '' }, /** * Options that are displayed to the user/admin in the Polarity integration user-interface. Should be structured diff --git a/package-lock.json b/package-lock.json index 4b1f605..477e189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,9 +41,9 @@ "integrity": "sha512-HGQ8YooJ8Mx7l28tD7XjtB3ImLEjlUxG1wC1PAjxu6hPJqjPshUZxAICzDqDjtIbhDTf48WXXUcx8TQJB1XTKA==" }, "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "cluster-key-slot": { "version": "1.1.0", diff --git a/package.json b/package.json index 046e3fa..ca0a991 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Query Redis keys", "private": true, "dependencies": { - "async": "^3.2.3", + "async": "^3.2.5", "lodash": "^4.17.21", "redis": "4.0.6" }