Skip to content

Commit

Permalink
snyk and sdk 8.0.7 (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Nov 20, 2024
1 parent 72673ad commit a2d6ade
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 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": "6916cc2077c1551734f9ee315a2ff3bd",
"manifest": "25aab986ca8d5bc501e96bde2023115e",
"setup": "ec8e6afe4e0de95e44de346908c74ae6",
"spec": "f1dfe4fb7d867af9bc71d05d96f1ef38",
"manifest": "1d06be2b74d0b2ec62111b94e10b888a",
"setup": "f142cf21f50c62984101d40c64e9308e",
"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.1.4
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.0

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.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"


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.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
Expand Down
11 changes: 6 additions & 5 deletions plugins/rapid7_insightvm/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/rapid7_insightvm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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="",
Expand Down

0 comments on commit a2d6ade

Please sign in to comment.