Skip to content

Commit e093a34

Browse files
authored
VMRay - Updated SDK to the latest version (6.4.3) (#3709)
1 parent 9b9b4bf commit e093a34

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

plugins/vmray/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "a5131934c8c9f4db931674e685da3419",
3-
"manifest": "597bbbd4cac8a4c888dc602865cc119f",
4-
"setup": "a746b0cfd362ba6e4318a37b4223856d",
2+
"spec": "e82ebea88535d36f737508edf11ea937",
3+
"manifest": "bef5ef7b3b1508fec8871ff89edc4446",
4+
"setup": "7c1c3047d734c7b51233e02ad0819ab9",
55
"schemas": [
66
{
77
"identifier": "get_analysis/schema.py",

plugins/vmray/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.1 AS builder
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.3 AS builder
22

33
WORKDIR /python/src
44

@@ -11,7 +11,7 @@ ADD . /python/src
1111
RUN pip install .
1212
RUN pip uninstall -y setuptools
1313

14-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.1
14+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.4.3
1515

1616
LABEL organization=rapid7
1717
LABEL sdk=python

plugins/vmray/bin/komand_vmray

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 = "VMRay Sandbox"
88
Vendor = "rapid7"
9-
Version = "6.0.1"
9+
Version = "6.0.2"
1010
Description = "Analyze and detect malware before it lands, protecting internal infrastructure"
1111

1212

plugins/vmray/help.md

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

956956
# Version History
957957

958+
* 6.0.2 - Updated SDK to the latest version (6.4.3)
958959
* 6.0.1 - Fixed issue with connection test | Updated SDK to the latest version (6.4.1)
959960
* 6.0.0 - Change type of Analysis VTI Built in Rules Version from `number` to `string`
960961
* 5.0.1 - Add example inputs

plugins/vmray/plugin.spec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ products: [insightconnect]
44
name: vmray
55
title: VMRay Sandbox
66
description: Analyze and detect malware before it lands, protecting internal infrastructure
7-
version: 6.0.1
7+
version: 6.0.2
88
connection_version: 6
99
vendor: rapid7
1010
support: community
@@ -16,7 +16,7 @@ resources:
1616
vendor_url: https://www.vmray.com
1717
sdk:
1818
type: slim
19-
version: 6.4.1
19+
version: 6.4.3
2020
user: nobody
2121
custom_cmd:
2222
- RUN apt-get update && apt-get install libmagic1 -y
@@ -26,6 +26,7 @@ key_features:
2626
requirements:
2727
- VMRay API key
2828
version_history:
29+
- 6.0.2 - Updated SDK to the latest version (6.4.3)
2930
- 6.0.1 - Fixed issue with connection test | Updated SDK to the latest version (6.4.1)
3031
- 6.0.0 - Change type of Analysis VTI Built in Rules Version from `number` to `string`
3132
- 5.0.1 - Add example inputs

plugins/vmray/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files
44
python-magic==0.4.27
55
parameterized==0.9.0
6-
urllib3==2.6.2

plugins/vmray/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="vmray-rapid7-plugin",
7-
version="6.0.1",
7+
version="6.0.2",
88
description="Analyze and detect malware before it lands, protecting internal infrastructure",
99
author="rapid7",
1010
author_email="",

0 commit comments

Comments
 (0)