Skip to content

Commit fa06b66

Browse files
joneill-r7ablakley-r7
authored andcommitted
SOAR-18525: bump to latest buildpack for IVM (#3020)
1 parent d3575c3 commit fa06b66

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

plugins/rapid7_insightvm/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "6099ff1718aec952d1591cda08e21497",
3-
"manifest": "f2a7c7fc917326def786ef96670f98d5",
4-
"setup": "f07635c7bdffcd4737a2ff58f82232ab",
2+
"spec": "56723b3b629afb9f25004fc228cc4270",
3+
"manifest": "21c5769aa39fc81c6b1539f6a274836c",
4+
"setup": "acf3a983a67ab01ab4061df14bb7c0b6",
55
"schemas": [
66
{
77
"identifier": "add_scan_engine_pool_engine/schema.py",

plugins/rapid7_insightvm/bin/komand_rapid7_insightvm

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 InsightVM Console"
88
Vendor = "rapid7"
9-
Version = "8.0.8"
9+
Version = "8.0.9"
1010
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"
1111

1212

plugins/rapid7_insightvm/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4012,6 +4012,7 @@ Example output:
40124012

40134013
# Version History
40144014

4015+
* 8.0.9 - Address vulnerabilities in buildpack
40154016
* 8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2
40164017
* 8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0
40174018
* 8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism

plugins/rapid7_insightvm/plugin.spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ products: [insightconnect]
44
name: rapid7_insightvm
55
title: Rapid7 InsightVM Console
66
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
7-
version: 8.0.8
7+
version: 8.0.9
88
connection_version: 8
99
supported_versions: ["Rapid7 InsightVM API v3 2022-05-25"]
1010
fedramp_ready: true
@@ -26,6 +26,7 @@ links:
2626
references:
2727
- "[InsightVM API 3](https://help.rapid7.com/insightvm/en-us/api/index.html)"
2828
version_history:
29+
- "8.0.9 - Address vulnerabilities in buildpack"
2930
- "8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2"
3031
- "8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0"
3132
- "8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism"

plugins/rapid7_insightvm/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_insightvm-rapid7-plugin",
6-
version="8.0.8",
6+
version="8.0.9",
77
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",
88
author="rapid7",
99
author_email="",

0 commit comments

Comments
 (0)