Skip to content

Commit

Permalink
[SOAR-18473] Rapid7 vulnDB 2.1.5 Release (fedRAMP) (#3015)
Browse files Browse the repository at this point in the history
* vulndb - sdk and vuln (#3009)

* plugin.spec to reflect help.md (#3032)
  • Loading branch information
rmurray-r7 authored Jan 9, 2025
1 parent ad9c2c9 commit 100b1bb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions plugins/rapid7_vulndb/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "b390ea080bc722e8d781da7c20a19e23",
"manifest": "0a91cc770b72a1dc2a8078ea8c33e9e0",
"setup": "2034965f898d952d0b9d8164f21dc9f0",
"spec": "eb4c191d44631cf2ed70eb0ddab40b6c",
"manifest": "fbd69371f16a4a7ff788752e791bd78f",
"setup": "a1fb87cd1c433dee538af89cba6a8e13",
"schemas": [
{
"identifier": "get_content/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_vulndb/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_vulndb/bin/komand_rapid7_vulndb
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
3 changes: 2 additions & 1 deletion plugins/rapid7_vulndb/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions plugins/rapid7_vulndb/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_vulndb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand Down

0 comments on commit 100b1bb

Please sign in to comment.