diff --git a/plugins/rapid7_vulndb/.CHECKSUM b/plugins/rapid7_vulndb/.CHECKSUM index 46b49e8331..06ab5378e5 100644 --- a/plugins/rapid7_vulndb/.CHECKSUM +++ b/plugins/rapid7_vulndb/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "b390ea080bc722e8d781da7c20a19e23", - "manifest": "0a91cc770b72a1dc2a8078ea8c33e9e0", - "setup": "2034965f898d952d0b9d8164f21dc9f0", + "spec": "eb4c191d44631cf2ed70eb0ddab40b6c", + "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..ce0a1e7fbf 100644 --- a/plugins/rapid7_vulndb/help.md +++ b/plugins/rapid7_vulndb/help.md @@ -146,10 +146,11 @@ Example output: ## Troubleshooting -_This plugin does not contain any troubleshooting information._ +* 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..2bb4fa70de 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,13 +13,14 @@ 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 - Retrieve vulnerability or Metasploit module details based on a CVE or module identifier requirements: "_This plugin does not contain any requirements._" -troubleshooting: "_This plugin does not contain any troubleshooting information._" +troubleshooting: + - "This plugin does not contain any troubleshooting information." status: [] resources: source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/rapid7_vulndb @@ -36,6 +37,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="",