Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOAR-18473] Rapid7 vulnDB 2.1.5 Release (fedRAMP) #3015

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "3ec8a4c1d3189df340ebf9cbc525a1e8",
"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
1 change: 1 addition & 0 deletions plugins/rapid7_vulndb/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 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,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
Expand All @@ -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"
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
Loading