Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOAR-18440] Rapid7 InsightVM Snyk Vulnerability and SDK Bump #2988

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/rapid7_insightvm/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm/bin/komand_rapid7_insightvm
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
1 change: 1 addition & 0 deletions plugins/rapid7_insightvm/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions plugins/rapid7_insightvm/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions plugins/rapid7_insightvm/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand Down
Loading