From 09cd3eeafb2526e8c3e6edf1d9a8399d366bdd8d Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Tue, 10 Dec 2024 12:09:27 +0000 Subject: [PATCH] snyk and sdk | v8.0.8 (#2988) --- 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 | 5 +++-- plugins/rapid7_insightvm/requirements.txt | 6 +++--- plugins/rapid7_insightvm/setup.py | 2 +- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/plugins/rapid7_insightvm/.CHECKSUM b/plugins/rapid7_insightvm/.CHECKSUM index 0b0d03854f..647b65802a 100644 --- a/plugins/rapid7_insightvm/.CHECKSUM +++ b/plugins/rapid7_insightvm/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "f1dfe4fb7d867af9bc71d05d96f1ef38", - "manifest": "1d06be2b74d0b2ec62111b94e10b888a", - "setup": "f142cf21f50c62984101d40c64e9308e", + "spec": "6099ff1718aec952d1591cda08e21497", + "manifest": "f2a7c7fc917326def786ef96670f98d5", + "setup": "f07635c7bdffcd4737a2ff58f82232ab", "schemas": [ { "identifier": "add_scan_engine_pool_engine/schema.py", diff --git a/plugins/rapid7_insightvm/Dockerfile b/plugins/rapid7_insightvm/Dockerfile index fde67e7866..92aeda2a2f 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.2.0 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.2 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 085e7dd9bf..ada40bde52 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.7" +Version = "8.0.8" 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 0243c4a6e6..a809611ee9 100644 --- a/plugins/rapid7_insightvm/help.md +++ b/plugins/rapid7_insightvm/help.md @@ -4012,6 +4012,7 @@ Example output: # Version History +* 8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2 * 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 diff --git a/plugins/rapid7_insightvm/plugin.spec.yaml b/plugins/rapid7_insightvm/plugin.spec.yaml index 1912979116..e49b321d41 100644 --- a/plugins/rapid7_insightvm/plugin.spec.yaml +++ b/plugins/rapid7_insightvm/plugin.spec.yaml @@ -4,7 +4,7 @@ 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.7 +version: 8.0.8 connection_version: 8 supported_versions: ["Rapid7 InsightVM API v3 2022-05-25"] fedramp_ready: true @@ -13,7 +13,7 @@ support: rapid7 status: [] sdk: type: full - version: 6.2.0 + version: 6.2.2 user: root key_features: - "Get top remediations" @@ -26,6 +26,7 @@ links: references: - "[InsightVM API 3](https://help.rapid7.com/insightvm/en-us/api/index.html)" version_history: + - "8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2" - "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" diff --git a/plugins/rapid7_insightvm/requirements.txt b/plugins/rapid7_insightvm/requirements.txt index 5cec28ad39..f9d8660ebe 100755 --- a/plugins/rapid7_insightvm/requirements.txt +++ b/plugins/rapid7_insightvm/requirements.txt @@ -1,11 +1,11 @@ # List third-party dependencies here, separated by newlines. # 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.11.6 +setuptools==75.6.0 +aiohttp==3.11.10 defusedxml==0.7.1 datetime==5.5 python-dateutil==2.9.0 parameterized==0.9.0 -pytest==8.3.3 +pytest==8.3.4 freezegun==1.5.1 diff --git a/plugins/rapid7_insightvm/setup.py b/plugins/rapid7_insightvm/setup.py index 1c66e1dab3..8852255939 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.7", + version="8.0.8", 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="",