diff --git a/config/config.js b/config/config.js index eeb0122..d4d3960 100644 --- a/config/config.js +++ b/config/config.js @@ -74,9 +74,7 @@ module.exports = { ca: '', // An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for // the url parameter (by embedding the auth info in the uri) - proxy: '', - - rejectUnauthorized: true + proxy: "" }, logging: { level: 'info' //trace, debug, info, warn, error, fatal diff --git a/config/config.json b/config/config.json index ab7128d..3f64e20 100644 --- a/config/config.json +++ b/config/config.json @@ -36,8 +36,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "logging": { "level": "info" diff --git a/package-lock.json b/package-lock.json index 80edf23..d584a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "VulDB", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9fdb3a8..341f330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VulDB", - "version": "3.0.4", + "version": "3.0.5", "main": "./integration.js", "private": true, "dependencies": {