File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed
Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change 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
33WORKDIR /python/src
44
@@ -11,7 +11,7 @@ ADD . /python/src
1111RUN pip install .
1212RUN 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
1616LABEL organization=rapid7
1717LABEL sdk=python
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ from sys import argv
66
77Name = "VMRay Sandbox"
88Vendor = "rapid7"
9- Version = "6.0.1 "
9+ Version = "6.0.2 "
1010Description = "Analyze and detect malware before it lands, protecting internal infrastructure"
1111
1212
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ products: [insightconnect]
44name : vmray
55title : VMRay Sandbox
66description : Analyze and detect malware before it lands, protecting internal infrastructure
7- version : 6.0.1
7+ version : 6.0.2
88connection_version : 6
99vendor : rapid7
1010support : community
@@ -16,7 +16,7 @@ resources:
1616 vendor_url : https://www.vmray.com
1717sdk :
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:
2626requirements :
2727 - VMRay API key
2828version_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
Original file line number Diff line number Diff line change 33# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files
44python-magic == 0.4.27
55parameterized == 0.9.0
6- urllib3 == 2.6.2
Original file line number Diff line number Diff line change 44
55setup (
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 = "" ,
You can’t perform that action at this time.
0 commit comments