Skip to content

Commit 63ba10a

Browse files
joneill-r7rmurray-r7
authored andcommitted
SOAR-18525: bump ICS to latest SDK (#3019)
1 parent 5827b80 commit 63ba10a

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

plugins/rapid7_insightcloudsec/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "b9c8c812633bd9bd84b2ee5507f8f45c",
3-
"manifest": "6d8a32bc07e7bba543fc6414c5d1b4e1",
4-
"setup": "71ad12e7c7d1db068e83d1f3b3b2506d",
2+
"spec": "bcd37d5fb21cbb2966fa4008c7707e4f",
3+
"manifest": "abe1c1678a97e7a903e4b2f0c66b5da1",
4+
"setup": "15ed7d67c7b8ce5b766d8a537bd87a74",
55
"schemas": [
66
{
77
"identifier": "create_exemption/schema.py",

plugins/rapid7_insightcloudsec/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.3
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_insightcloudsec/bin/icon_rapid7_insightcloudsec

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 InsightCloudSec"
88
Vendor = "rapid7"
9-
Version = "2.1.0"
9+
Version = "2.1.1"
1010
Description = "InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment"
1111

1212

plugins/rapid7_insightcloudsec/help.md

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

495495
# Version History
496496

497+
* 2.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
497498
* 2.1.0 - Updated SDK to the latest version | Adding a get resource id functionality
498499
* 2.0.0 - Enable plugin to run in cloud | Remove actions using defective API endpoints
499500
* 1.0.0 - Initial plugin | Add Get Account Details, Get Resource Details, List Resource Tags, Create Exemption, Remove Exemption, Detach Policy, Run Bot on Demand and Switch Organization actions

plugins/rapid7_insightcloudsec/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_insightcloudsec
55
title: Rapid7 InsightCloudSec
66
description: InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment
7-
version: 2.1.0
7+
version: 2.1.1
88
connection_version: 2
99
supported_versions: ["22.10.19"]
1010
cloud_ready: true
@@ -15,7 +15,7 @@ resources:
1515
vendor_url: https://www.rapid7.com
1616
sdk:
1717
type: "slim"
18-
version: "6.1.3"
18+
version: 6.2.2
1919
user: nobody
2020
key_features:
2121
- "Create and remove an exemption"
@@ -30,6 +30,7 @@ requirements:
3030
- "InsightCloudSec API key"
3131
troubleshooting: "_This plugin does not contain any troubleshooting information._"
3232
version_history:
33+
- "2.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
3334
- "2.1.0 - Updated SDK to the latest version | Adding a get resource id functionality"
3435
- "2.0.0 - Enable plugin to run in cloud | Remove actions using defective API endpoints"
3536
- "1.0.0 - Initial plugin | Add Get Account Details, Get Resource Details, List Resource Tags, Create Exemption, Remove Exemption, Detach Policy, Run Bot on Demand and Switch Organization actions"

plugins/rapid7_insightcloudsec/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_insightcloudsec-rapid7-plugin",
6-
version="2.1.0",
6+
version="2.1.1",
77
description="InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment",
88
author="rapid7",
99
author_email="",

0 commit comments

Comments
 (0)