From ee5950286cbfc549e0d77c4b5aed0d52b96bd98b Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 16:56:24 -0400 Subject: [PATCH 1/3] Updating File: config/config.json --- config/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.json b/config/config.json index 48a899b..ab7128d 100644 --- a/config/config.json +++ b/config/config.json @@ -1,4 +1,5 @@ { + "polarityIntegrationUuid": "d5aa2940-cce1-11ed-aeee-075d3490155d", "name": "VulDB", "acronym": "VULDB", "description": "The Community Driven Vulnerability Database", From 9084dd0a26ee6f6d991e3d29f29506d40c85480c Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 16:59:45 -0400 Subject: [PATCH 2/3] Updating File: package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 327d130..cca5fed 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "VulDB", - "version": "3.0.2-beta", + "version": "3.0.3-beta", "main": "./integration.js", "private": true, "dependencies": { "async": "^3.1.0", "postman-request": "^2.88.1-postman.31" } -} +} \ No newline at end of file From c40d2a0f18f92f508168a8d2f80bca68c3862b95 Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 16:59:46 -0400 Subject: [PATCH 3/3] Updating File: package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ab4fdc..207df37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "VulDB", - "version": "3.0.2-beta", + "version": "3.0.3-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -369,4 +369,4 @@ } } } -} +} \ No newline at end of file