Skip to content

Commit

Permalink
ivmc sdk and vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Dec 19, 2024
1 parent 37b79b7 commit d769edb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/rapid7_insightvm_cloud/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "7f1fcd452a00968b4db4499701b0927c",
"manifest": "46c573508c6f9244eaf54d485ec8d14f",
"setup": "7636fcd09663aced0fa6da252ad9d556",
"spec": "ca85ebaefd522fed5379bfc9ecb90f8c",
"manifest": "84952bfaefb3b4aef7e4dfa0c2a00e15",
"setup": "6f4d657efd24c2fdbd7461242cee2088",
"schemas": [
{
"identifier": "asset_search/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm_cloud/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.4
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2

LABEL organization=rapid7
LABEL sdk=python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Rapid7 InsightVM Cloud"
Vendor = "rapid7"
Version = "8.1.0"
Version = "8.1.1"
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"


Expand Down
1 change: 1 addition & 0 deletions plugins/rapid7_insightvm_cloud/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ Example output:

# Version History

* 8.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 8.1.0 - Action `Asset Search`: Added optional asset and vulnerability criteria logical operator | Updated action to return more than 500 results
* 8.0.0 - Output for `Asset Search` and `Get Asset` to label fields `ID` and `Solution Type` as un-required
* 7.0.0 - `Asset Search` and `Get Asset` actions output field `remediated` updated to type array of object
Expand Down
5 changes: 3 additions & 2 deletions plugins/rapid7_insightvm_cloud/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rapid7_insightvm_cloud
title: Rapid7 InsightVM Cloud
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
version: 8.1.0
version: 8.1.1
connection_version: 6
key_features:
- "Perform scan management functionality including starting and checking the status of scans"
Expand All @@ -14,6 +14,7 @@ requirements:
- "Requires an InsightVM API Key"
- "InsightVM Scan Engine(s) paired to the Insight Platform"
version_history:
- "8.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "8.1.0 - Action `Asset Search`: Added optional asset and vulnerability criteria logical operator | Updated action to return more than 500 results"
- "8.0.0 - Output for `Asset Search` and `Get Asset` to label fields `ID` and `Solution Type` as un-required"
- "7.0.0 - `Asset Search` and `Get Asset` actions output field `remediated` updated to type array of object"
Expand Down Expand Up @@ -42,7 +43,7 @@ status: []
cloud_ready: true
sdk:
type: slim
version: 6.1.4
version: 6.2.2
user: nobody
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/rapid7_insightvm_cloud
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm_cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rapid7_insightvm_cloud-rapid7-plugin",
version="8.1.0",
version="8.1.1",
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",
author="rapid7",
author_email="",
Expand Down

0 comments on commit d769edb

Please sign in to comment.