From 70912c9d07f16b576b0024cbb71eb23a86809db6 Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Wed, 18 Dec 2024 09:59:43 +0000 Subject: [PATCH] vulndb - sdk and vuln (#3009) --- plugins/rapid7_vulndb/.CHECKSUM | 6 +++--- plugins/rapid7_vulndb/Dockerfile | 2 +- plugins/rapid7_vulndb/bin/komand_rapid7_vulndb | 2 +- plugins/rapid7_vulndb/help.md | 1 + plugins/rapid7_vulndb/plugin.spec.yaml | 5 +++-- plugins/rapid7_vulndb/setup.py | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/plugins/rapid7_vulndb/.CHECKSUM b/plugins/rapid7_vulndb/.CHECKSUM index 46b49e8331..e0a8d308a8 100644 --- a/plugins/rapid7_vulndb/.CHECKSUM +++ b/plugins/rapid7_vulndb/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "b390ea080bc722e8d781da7c20a19e23", - "manifest": "0a91cc770b72a1dc2a8078ea8c33e9e0", - "setup": "2034965f898d952d0b9d8164f21dc9f0", + "spec": "3ec8a4c1d3189df340ebf9cbc525a1e8", + "manifest": "fbd69371f16a4a7ff788752e791bd78f", + "setup": "a1fb87cd1c433dee538af89cba6a8e13", "schemas": [ { "identifier": "get_content/schema.py", diff --git a/plugins/rapid7_vulndb/Dockerfile b/plugins/rapid7_vulndb/Dockerfile index b130c243e8..a9b2a70990 100755 --- a/plugins/rapid7_vulndb/Dockerfile +++ b/plugins/rapid7_vulndb/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.0 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/rapid7_vulndb/bin/komand_rapid7_vulndb b/plugins/rapid7_vulndb/bin/komand_rapid7_vulndb index d7437ae31e..20ec5929ec 100755 --- a/plugins/rapid7_vulndb/bin/komand_rapid7_vulndb +++ b/plugins/rapid7_vulndb/bin/komand_rapid7_vulndb @@ -6,7 +6,7 @@ from sys import argv Name = "Rapid7 Vulnerability & Exploit Database" Vendor = "rapid7" -Version = "2.1.4" +Version = "2.1.5" Description = "Make searching the Rapid7 vulnerability and exploit data fast, easy and efficient with the InsightConnect plugin. Leverage this curated repository of vetted computer software exploits and exploitable vulnerabilities to ensure your security operations are always aware of the latest threats that could be used against your environment vulnerabilities" diff --git a/plugins/rapid7_vulndb/help.md b/plugins/rapid7_vulndb/help.md index dcc0dd7dff..d5176bbcf6 100644 --- a/plugins/rapid7_vulndb/help.md +++ b/plugins/rapid7_vulndb/help.md @@ -150,6 +150,7 @@ _This plugin does not contain any troubleshooting information._ # Version History +* 2.1.5 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities * 2.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version * 2.1.3 - Fix critical Snyk vulnerability | Update SDK * 2.1.2 - Bumping SDK version to 5.6.1 diff --git a/plugins/rapid7_vulndb/plugin.spec.yaml b/plugins/rapid7_vulndb/plugin.spec.yaml index ea8069a2b5..47ca181adc 100644 --- a/plugins/rapid7_vulndb/plugin.spec.yaml +++ b/plugins/rapid7_vulndb/plugin.spec.yaml @@ -4,7 +4,7 @@ products: [insightconnect] name: rapid7_vulndb title: Rapid7 Vulnerability & Exploit Database description: Make searching the Rapid7 vulnerability and exploit data fast, easy and efficient with the InsightConnect plugin. Leverage this curated repository of vetted computer software exploits and exploitable vulnerabilities to ensure your security operations are always aware of the latest threats that could be used against your environment vulnerabilities -version: 2.1.4 +version: 2.1.5 connection_version: 2 supported_versions: ["v1"] vendor: rapid7 @@ -13,7 +13,7 @@ cloud_ready: true fedramp_ready: true sdk: type: slim - version: 6.1.0 + version: 6.2.2 user: nobody key_features: - Search Database for vulnerabilities @@ -36,6 +36,7 @@ references: links: - "[Rapid7 Vulnerability & Exploit Database API Specification](https://vdb.rapid7.com/swagger_doc)" version_history: +- "2.1.5 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities" - "2.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version" - "2.1.3 - Fix critical Snyk vulnerability | Update SDK" - "2.1.2 - Bumping SDK version to 5.6.1" diff --git a/plugins/rapid7_vulndb/setup.py b/plugins/rapid7_vulndb/setup.py index d5a9568cfe..af99cdf030 100755 --- a/plugins/rapid7_vulndb/setup.py +++ b/plugins/rapid7_vulndb/setup.py @@ -3,7 +3,7 @@ setup(name="rapid7_vulndb-rapid7-plugin", - version="2.1.4", + version="2.1.5", description="Make searching the Rapid7 vulnerability and exploit data fast, easy and efficient with the InsightConnect plugin. Leverage this curated repository of vetted computer software exploits and exploitable vulnerabilities to ensure your security operations are always aware of the latest threats that could be used against your environment vulnerabilities", author="rapid7", author_email="",