Skip to content

Commit 70912c9

Browse files
authored
vulndb - sdk and vuln (#3009)
1 parent 47005bb commit 70912c9

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

plugins/rapid7_vulndb/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "b390ea080bc722e8d781da7c20a19e23",
3-
"manifest": "0a91cc770b72a1dc2a8078ea8c33e9e0",
4-
"setup": "2034965f898d952d0b9d8164f21dc9f0",
2+
"spec": "3ec8a4c1d3189df340ebf9cbc525a1e8",
3+
"manifest": "fbd69371f16a4a7ff788752e791bd78f",
4+
"setup": "a1fb87cd1c433dee538af89cba6a8e13",
55
"schemas": [
66
{
77
"identifier": "get_content/schema.py",

plugins/rapid7_vulndb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.0
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2
22

33
LABEL organization=rapid7
44
LABEL sdk=python

plugins/rapid7_vulndb/bin/komand_rapid7_vulndb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "Rapid7 Vulnerability & Exploit Database"
88
Vendor = "rapid7"
9-
Version = "2.1.4"
9+
Version = "2.1.5"
1010
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"
1111

1212

plugins/rapid7_vulndb/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ _This plugin does not contain any troubleshooting information._
150150

151151
# Version History
152152

153+
* 2.1.5 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
153154
* 2.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version
154155
* 2.1.3 - Fix critical Snyk vulnerability | Update SDK
155156
* 2.1.2 - Bumping SDK version to 5.6.1

plugins/rapid7_vulndb/plugin.spec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ products: [insightconnect]
44
name: rapid7_vulndb
55
title: Rapid7 Vulnerability & Exploit Database
66
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
7-
version: 2.1.4
7+
version: 2.1.5
88
connection_version: 2
99
supported_versions: ["v1"]
1010
vendor: rapid7
@@ -13,7 +13,7 @@ cloud_ready: true
1313
fedramp_ready: true
1414
sdk:
1515
type: slim
16-
version: 6.1.0
16+
version: 6.2.2
1717
user: nobody
1818
key_features:
1919
- Search Database for vulnerabilities
@@ -36,6 +36,7 @@ references:
3636
links:
3737
- "[Rapid7 Vulnerability & Exploit Database API Specification](https://vdb.rapid7.com/swagger_doc)"
3838
version_history:
39+
- "2.1.5 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
3940
- "2.1.4 - Initial updates for fedramp compliance | Updated SDK to the latest version"
4041
- "2.1.3 - Fix critical Snyk vulnerability | Update SDK"
4142
- "2.1.2 - Bumping SDK version to 5.6.1"

plugins/rapid7_vulndb/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
setup(name="rapid7_vulndb-rapid7-plugin",
6-
version="2.1.4",
6+
version="2.1.5",
77
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",
88
author="rapid7",
99
author_email="",

0 commit comments

Comments
 (0)