From a2d6adee6030dc1b36f08676d97bf63704e80bcc Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Wed, 20 Nov 2024 15:18:22 +0000 Subject: [PATCH] snyk and sdk 8.0.7 (#2968) --- plugins/rapid7_insightvm/.CHECKSUM | 6 +++--- plugins/rapid7_insightvm/Dockerfile | 2 +- plugins/rapid7_insightvm/bin/komand_rapid7_insightvm | 2 +- plugins/rapid7_insightvm/help.md | 1 + plugins/rapid7_insightvm/plugin.spec.yaml | 11 ++++++----- plugins/rapid7_insightvm/requirements.txt | 4 ++-- plugins/rapid7_insightvm/setup.py | 2 +- 7 files changed, 15 insertions(+), 13 deletions(-) diff --git a/plugins/rapid7_insightvm/.CHECKSUM b/plugins/rapid7_insightvm/.CHECKSUM index bf656cb4cd..0b0d03854f 100644 --- a/plugins/rapid7_insightvm/.CHECKSUM +++ b/plugins/rapid7_insightvm/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "6916cc2077c1551734f9ee315a2ff3bd", - "manifest": "25aab986ca8d5bc501e96bde2023115e", - "setup": "ec8e6afe4e0de95e44de346908c74ae6", + "spec": "f1dfe4fb7d867af9bc71d05d96f1ef38", + "manifest": "1d06be2b74d0b2ec62111b94e10b888a", + "setup": "f142cf21f50c62984101d40c64e9308e", "schemas": [ { "identifier": "add_scan_engine_pool_engine/schema.py", diff --git a/plugins/rapid7_insightvm/Dockerfile b/plugins/rapid7_insightvm/Dockerfile index 911a8218e1..fde67e7866 100755 --- a/plugins/rapid7_insightvm/Dockerfile +++ b/plugins/rapid7_insightvm/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.1.4 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.0 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/rapid7_insightvm/bin/komand_rapid7_insightvm b/plugins/rapid7_insightvm/bin/komand_rapid7_insightvm index 1849961da4..085e7dd9bf 100755 --- a/plugins/rapid7_insightvm/bin/komand_rapid7_insightvm +++ b/plugins/rapid7_insightvm/bin/komand_rapid7_insightvm @@ -6,7 +6,7 @@ from sys import argv Name = "Rapid7 InsightVM Console" Vendor = "rapid7" -Version = "8.0.6" +Version = "8.0.7" Description = "InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans" diff --git a/plugins/rapid7_insightvm/help.md b/plugins/rapid7_insightvm/help.md index d7050ae587..0243c4a6e6 100644 --- a/plugins/rapid7_insightvm/help.md +++ b/plugins/rapid7_insightvm/help.md @@ -4012,6 +4012,7 @@ Example output: # Version History +* 8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0 * 8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism * 8.0.5 - Initial updates for fedramp compliance | `New Exception Request`: Fixed an issue where it would not trigger in certain scenarios | Updated SDK to the latest version * 8.0.4 - Updated SDK to the latest version | Update dependencies diff --git a/plugins/rapid7_insightvm/plugin.spec.yaml b/plugins/rapid7_insightvm/plugin.spec.yaml index 040a068e59..1912979116 100644 --- a/plugins/rapid7_insightvm/plugin.spec.yaml +++ b/plugins/rapid7_insightvm/plugin.spec.yaml @@ -4,13 +4,17 @@ products: [insightconnect] name: rapid7_insightvm title: Rapid7 InsightVM Console description: InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans -version: 8.0.6 +version: 8.0.7 connection_version: 8 supported_versions: ["Rapid7 InsightVM API v3 2022-05-25"] fedramp_ready: true vendor: rapid7 support: rapid7 status: [] +sdk: + type: full + version: 6.2.0 + user: root key_features: - "Get top remediations" - "Start scans" @@ -22,6 +26,7 @@ links: references: - "[InsightVM API 3](https://help.rapid7.com/insightvm/en-us/api/index.html)" version_history: + - "8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0" - "8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism" - "8.0.5 - Initial updates for fedramp compliance | `New Exception Request`: Fixed an issue where it would not trigger in certain scenarios | Updated SDK to the latest version" - "8.0.4 - Updated SDK to the latest version | Update dependencies" @@ -76,10 +81,6 @@ version_history: - "2.1.0 - Add Download Report and List Reports action" - "2.0.0 - Support web server mode" - "1.0.0 - Initial plugin release" -sdk: - type: full - version: 6.1.4 - user: root resources: source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/rapid7_insightvm license_url: https://github.com/rapid7/insightconnect-plugins/blob/master/LICENSE diff --git a/plugins/rapid7_insightvm/requirements.txt b/plugins/rapid7_insightvm/requirements.txt index 55139061c7..5cec28ad39 100755 --- a/plugins/rapid7_insightvm/requirements.txt +++ b/plugins/rapid7_insightvm/requirements.txt @@ -2,10 +2,10 @@ # All dependencies must be version-pinned, eg. requests==1.2.0 # See: https://pip.pypa.io/en/stable/user_guide/#requirements-files setuptools==75.3.0 -aiohttp==3.10.10 +aiohttp==3.11.6 defusedxml==0.7.1 datetime==5.5 python-dateutil==2.9.0 -parameterized==0.8.1 +parameterized==0.9.0 pytest==8.3.3 freezegun==1.5.1 diff --git a/plugins/rapid7_insightvm/setup.py b/plugins/rapid7_insightvm/setup.py index 34be0ee248..1c66e1dab3 100755 --- a/plugins/rapid7_insightvm/setup.py +++ b/plugins/rapid7_insightvm/setup.py @@ -3,7 +3,7 @@ setup(name="rapid7_insightvm-rapid7-plugin", - version="8.0.6", + version="8.0.7", description="InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans", author="rapid7", author_email="",