Skip to content

Commit dc06ac5

Browse files
rmurray-r7joneill-r7
authored andcommitted
ivmc sdk and vuln (#3022)
1 parent c71c846 commit dc06ac5

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

plugins/rapid7_insightvm_cloud/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "7f1fcd452a00968b4db4499701b0927c",
3-
"manifest": "46c573508c6f9244eaf54d485ec8d14f",
4-
"setup": "7636fcd09663aced0fa6da252ad9d556",
2+
"spec": "ca85ebaefd522fed5379bfc9ecb90f8c",
3+
"manifest": "84952bfaefb3b4aef7e4dfa0c2a00e15",
4+
"setup": "6f4d657efd24c2fdbd7461242cee2088",
55
"schemas": [
66
{
77
"identifier": "asset_search/schema.py",

plugins/rapid7_insightvm_cloud/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.4
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_insightvm_cloud/bin/icon_rapid7_insightvm_cloud

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 InsightVM Cloud"
88
Vendor = "rapid7"
9-
Version = "8.1.0"
9+
Version = "8.1.1"
1010
Description = "InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses the InsightVM Cloud Integrations API to view assets and start scans"
1111

1212

plugins/rapid7_insightvm_cloud/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ Example output:
892892

893893
# Version History
894894

895+
* 8.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
895896
* 8.1.0 - Action `Asset Search`: Added optional asset and vulnerability criteria logical operator | Updated action to return more than 500 results
896897
* 8.0.0 - Output for `Asset Search` and `Get Asset` to label fields `ID` and `Solution Type` as un-required
897898
* 7.0.0 - `Asset Search` and `Get Asset` actions output field `remediated` updated to type array of object

plugins/rapid7_insightvm_cloud/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_insightvm_cloud
55
title: Rapid7 InsightVM Cloud
66
description: InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses the InsightVM Cloud Integrations API to view assets and start scans
7-
version: 8.1.0
7+
version: 8.1.1
88
connection_version: 6
99
key_features:
1010
- "Perform scan management functionality including starting and checking the status of scans"
@@ -14,6 +14,7 @@ requirements:
1414
- "Requires an InsightVM API Key"
1515
- "InsightVM Scan Engine(s) paired to the Insight Platform"
1616
version_history:
17+
- "8.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
1718
- "8.1.0 - Action `Asset Search`: Added optional asset and vulnerability criteria logical operator | Updated action to return more than 500 results"
1819
- "8.0.0 - Output for `Asset Search` and `Get Asset` to label fields `ID` and `Solution Type` as un-required"
1920
- "7.0.0 - `Asset Search` and `Get Asset` actions output field `remediated` updated to type array of object"
@@ -42,7 +43,7 @@ status: []
4243
cloud_ready: true
4344
sdk:
4445
type: slim
45-
version: 6.1.4
46+
version: 6.2.2
4647
user: nobody
4748
resources:
4849
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/rapid7_insightvm_cloud

plugins/rapid7_insightvm_cloud/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_insightvm_cloud-rapid7-plugin",
6-
version="8.1.0",
6+
version="8.1.1",
77
description="InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses the InsightVM Cloud Integrations API to view assets and start scans",
88
author="rapid7",
99
author_email="",

0 commit comments

Comments
 (0)