Skip to content

Commit

Permalink
Return version back to 7.0.0 (#2234)
Browse files Browse the repository at this point in the history
* Return version back to 7.0.0

* Return connection version to 7

* Update changelog
  • Loading branch information
cmcnally-r7 committed Jan 16, 2024
1 parent 1665869 commit e7e0c90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
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": "a1b4f8907e7b9682d45613323d977fa3",
"manifest": "4bc45025d1c674c0e6c9a79beb52f706",
"setup": "da73e498d36a2a300d67b34f3cefeb1b",
"spec": "48b8677fa13b141851f006ed0ca24571",
"manifest": "01d70222f096c2c8d1fae9041d1bd438",
"setup": "0fc42833668b7a1d39eb2bd61544273a",
"schemas": [
{
"identifier": "add_scan_engine_pool_engine/schema.py",
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.0"
Version = "7.0.0"
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
4 changes: 1 addition & 3 deletions plugins/rapid7_insightvm/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3976,9 +3976,7 @@ Example output:

# Version History

* 8.0.0 - `Scan Completion` - Rework trigger to use a new query, resulting in a new output & removed all inputs except for `site_id`
* 7.0.0 - `Scan Completion` - Update the trigger output and add new 'Category' input
* 6.2.1 - Update Top Remediations id to be the nexpose_id
* 7.0.0 - `Scan Completion` - Rework trigger to use a new query, resulting in a new output & removed all inputs except for `site_id` | `Top Remediations` - Update vulnerability_id to nexpose_id
* 6.2.0 - `Scan Completion` - New trigger added to retrieve vulnerability information on assets when a scan is completed | Improved error handling across all API calls
* 6.1.1 - Update actions `Update Site Excluded Targets` and `Update Site Included Targets` to prevent error on empty addresses
* 6.1.0 - Add new optional input `override_blackout` in `Scan` action
Expand Down
4 changes: 2 additions & 2 deletions plugins/rapid7_insightvm/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.0
connection_version: 8
version: 7.0.0
connection_version: 7
supported_versions: ["Rapid7 InsightVM API v3 2022-05-25"]
vendor: rapid7
support: rapid7
Expand Down
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.0",
version="7.0.0",
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

0 comments on commit e7e0c90

Please sign in to comment.