insightconnect-plugin-runtime 6.4.1__tar.gz → 6.4.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {insightconnect_plugin_runtime-6.4.1/insightconnect_plugin_runtime.egg-info → insightconnect_plugin_runtime-6.4.3}/PKG-INFO +20 -18
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/README.md +5 -3
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/helper.py +1 -1
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3/insightconnect_plugin_runtime.egg-info}/PKG-INFO +20 -18
- insightconnect_plugin_runtime-6.4.3/insightconnect_plugin_runtime.egg-info/requires.txt +21 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/setup.py +15 -15
- insightconnect_plugin_runtime-6.4.1/insightconnect_plugin_runtime.egg-info/requires.txt +0 -21
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/MANIFEST.in +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect-plugin-swagger.json +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/api/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/api/endpoints.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/api/schemas.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/cli.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/clients/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/clients/aws_client.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/clients/oauth.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/connection.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/data/input_message_schema.json +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/data/output_message_schema.json +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/dispatcher.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/exceptions.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/metrics.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/plugin.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/server.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/step.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/task.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/telemetry.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/util.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime/variables.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime.egg-info/SOURCES.txt +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime.egg-info/dependency_links.txt +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/insightconnect_plugin_runtime.egg-info/top_level.txt +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/setup.cfg +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/connection.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/task.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/komand_hello_world/util/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/hello_world/setup.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/tests/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/tests/conftest.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/tests/test_cli.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/tests/test_hello_world.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/hello_world/tests/test_server.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_api.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_aws_action.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_connection.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_custom_encoder.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_endpoints.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_exceptions.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_helpers.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_metrics.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_oauth.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_plugin.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_schema.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_server_cloud_plugins.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_server_spec.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_trigger.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_variables.py +0 -0
- {insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.4.
|
|
3
|
+
Version: 6.4.3
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -12,27 +12,27 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
12
12
|
Classifier: Natural Language :: English
|
|
13
13
|
Classifier: Topic :: Software Development :: Build Tools
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
-
Requires-Dist: requests==2.32.
|
|
15
|
+
Requires-Dist: requests==2.32.5
|
|
16
16
|
Requires-Dist: python_jsonschema_objects==0.5.2
|
|
17
|
-
Requires-Dist: jsonschema==4.
|
|
18
|
-
Requires-Dist: certifi==
|
|
19
|
-
Requires-Dist: Flask==3.1.
|
|
20
|
-
Requires-Dist: gunicorn==
|
|
21
|
-
Requires-Dist: greenlet==3.
|
|
22
|
-
Requires-Dist: gevent==25.
|
|
23
|
-
Requires-Dist: marshmallow==3.
|
|
17
|
+
Requires-Dist: jsonschema==4.26.0
|
|
18
|
+
Requires-Dist: certifi==2026.1.4
|
|
19
|
+
Requires-Dist: Flask==3.1.2
|
|
20
|
+
Requires-Dist: gunicorn==25.0.0
|
|
21
|
+
Requires-Dist: greenlet==3.3.1
|
|
22
|
+
Requires-Dist: gevent==25.9.1
|
|
23
|
+
Requires-Dist: marshmallow==3.26.2
|
|
24
24
|
Requires-Dist: apispec==6.5.0
|
|
25
25
|
Requires-Dist: apispec-webframeworks==1.0.0
|
|
26
26
|
Requires-Dist: blinker==1.9.0
|
|
27
|
-
Requires-Dist: structlog==25.
|
|
27
|
+
Requires-Dist: structlog==25.5.0
|
|
28
28
|
Requires-Dist: python-json-logger==2.0.7
|
|
29
29
|
Requires-Dist: Jinja2==3.1.6
|
|
30
30
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
31
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
32
|
-
Requires-Dist: opentelemetry-
|
|
33
|
-
Requires-Dist: opentelemetry-
|
|
34
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
35
|
-
Requires-Dist: urllib3==2.
|
|
31
|
+
Requires-Dist: opentelemetry-sdk==1.39.1
|
|
32
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1
|
|
33
|
+
Requires-Dist: opentelemetry-instrumentation-flask==0.60b1
|
|
34
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b1
|
|
35
|
+
Requires-Dist: urllib3==2.6.3
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -63,10 +63,10 @@ to get started.
|
|
|
63
63
|
|
|
64
64
|
## Development of the InsightConnect Plugin Runtime
|
|
65
65
|
|
|
66
|
-
The Python Runtime codebase is built to support Python 3.
|
|
66
|
+
The Python Runtime codebase is built to support Python 3.13 as of version 6.4.0. The following dependencies will need
|
|
67
67
|
to be installed when developing or testing the Plugin Runtime:
|
|
68
68
|
|
|
69
|
-
- Python 3.11
|
|
69
|
+
- Python 3.13.11
|
|
70
70
|
- Docker
|
|
71
71
|
- make
|
|
72
72
|
- tox
|
|
@@ -82,7 +82,7 @@ version and activate it. Then build, install, and confirm the package has been i
|
|
|
82
82
|
> source venv/bin/activate
|
|
83
83
|
> pip install -e ./
|
|
84
84
|
> pip list | grep insightconnect-plugin-runtime
|
|
85
|
-
insightconnect-plugin-runtime 6.
|
|
85
|
+
insightconnect-plugin-runtime 6.4.3
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
#### Building the InsightConnect Plugin Runtime Docker Images
|
|
@@ -226,6 +226,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
226
226
|
after cloning this repository.
|
|
227
227
|
|
|
228
228
|
## Changelog
|
|
229
|
+
* 6.4.3 - Updated core dependencies for improved security and performance
|
|
230
|
+
* 6.4.2 - Added error handling for `hash_sha1` in helpers | Updated base images to Python 3.13.11 | Updated dependencies
|
|
229
231
|
* 6.4.1 - Fix logging on cloud mode to remove `taskName` | Close boto client after assuming role
|
|
230
232
|
* 6.4.0 - When running in cloud mode, always create a new connection object | Bump Python version to 3.13.9 | Docker build tidyup to reduce image size
|
|
231
233
|
* 6.3.10 - Fixed tracing name to better allign otel standards
|
|
@@ -19,10 +19,10 @@ to get started.
|
|
|
19
19
|
|
|
20
20
|
## Development of the InsightConnect Plugin Runtime
|
|
21
21
|
|
|
22
|
-
The Python Runtime codebase is built to support Python 3.
|
|
22
|
+
The Python Runtime codebase is built to support Python 3.13 as of version 6.4.0. The following dependencies will need
|
|
23
23
|
to be installed when developing or testing the Plugin Runtime:
|
|
24
24
|
|
|
25
|
-
- Python 3.11
|
|
25
|
+
- Python 3.13.11
|
|
26
26
|
- Docker
|
|
27
27
|
- make
|
|
28
28
|
- tox
|
|
@@ -38,7 +38,7 @@ version and activate it. Then build, install, and confirm the package has been i
|
|
|
38
38
|
> source venv/bin/activate
|
|
39
39
|
> pip install -e ./
|
|
40
40
|
> pip list | grep insightconnect-plugin-runtime
|
|
41
|
-
insightconnect-plugin-runtime 6.
|
|
41
|
+
insightconnect-plugin-runtime 6.4.3
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
#### Building the InsightConnect Plugin Runtime Docker Images
|
|
@@ -182,6 +182,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
182
182
|
after cloning this repository.
|
|
183
183
|
|
|
184
184
|
## Changelog
|
|
185
|
+
* 6.4.3 - Updated core dependencies for improved security and performance
|
|
186
|
+
* 6.4.2 - Added error handling for `hash_sha1` in helpers | Updated base images to Python 3.13.11 | Updated dependencies
|
|
185
187
|
* 6.4.1 - Fix logging on cloud mode to remove `taskName` | Close boto client after assuming role
|
|
186
188
|
* 6.4.0 - When running in cloud mode, always create a new connection object | Bump Python version to 3.13.9 | Docker build tidyup to reduce image size
|
|
187
189
|
* 6.3.10 - Fixed tracing name to better allign otel standards
|
|
@@ -71,7 +71,7 @@ def hash_sha1(log: Dict[str, Any], keys: Optional[List[str]] = None) -> str:
|
|
|
71
71
|
|
|
72
72
|
# Iterate through items to hash and hash
|
|
73
73
|
for key, value in items_to_hash:
|
|
74
|
-
hash_.update(f"{key}{value}".encode(ENCODE_TYPE))
|
|
74
|
+
hash_.update(f"{key}{value}".encode(ENCODE_TYPE, errors="ignore"))
|
|
75
75
|
|
|
76
76
|
return hash_.hexdigest()
|
|
77
77
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.4.
|
|
3
|
+
Version: 6.4.3
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -12,27 +12,27 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
12
12
|
Classifier: Natural Language :: English
|
|
13
13
|
Classifier: Topic :: Software Development :: Build Tools
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
-
Requires-Dist: requests==2.32.
|
|
15
|
+
Requires-Dist: requests==2.32.5
|
|
16
16
|
Requires-Dist: python_jsonschema_objects==0.5.2
|
|
17
|
-
Requires-Dist: jsonschema==4.
|
|
18
|
-
Requires-Dist: certifi==
|
|
19
|
-
Requires-Dist: Flask==3.1.
|
|
20
|
-
Requires-Dist: gunicorn==
|
|
21
|
-
Requires-Dist: greenlet==3.
|
|
22
|
-
Requires-Dist: gevent==25.
|
|
23
|
-
Requires-Dist: marshmallow==3.
|
|
17
|
+
Requires-Dist: jsonschema==4.26.0
|
|
18
|
+
Requires-Dist: certifi==2026.1.4
|
|
19
|
+
Requires-Dist: Flask==3.1.2
|
|
20
|
+
Requires-Dist: gunicorn==25.0.0
|
|
21
|
+
Requires-Dist: greenlet==3.3.1
|
|
22
|
+
Requires-Dist: gevent==25.9.1
|
|
23
|
+
Requires-Dist: marshmallow==3.26.2
|
|
24
24
|
Requires-Dist: apispec==6.5.0
|
|
25
25
|
Requires-Dist: apispec-webframeworks==1.0.0
|
|
26
26
|
Requires-Dist: blinker==1.9.0
|
|
27
|
-
Requires-Dist: structlog==25.
|
|
27
|
+
Requires-Dist: structlog==25.5.0
|
|
28
28
|
Requires-Dist: python-json-logger==2.0.7
|
|
29
29
|
Requires-Dist: Jinja2==3.1.6
|
|
30
30
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
31
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
32
|
-
Requires-Dist: opentelemetry-
|
|
33
|
-
Requires-Dist: opentelemetry-
|
|
34
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
35
|
-
Requires-Dist: urllib3==2.
|
|
31
|
+
Requires-Dist: opentelemetry-sdk==1.39.1
|
|
32
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1
|
|
33
|
+
Requires-Dist: opentelemetry-instrumentation-flask==0.60b1
|
|
34
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b1
|
|
35
|
+
Requires-Dist: urllib3==2.6.3
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -63,10 +63,10 @@ to get started.
|
|
|
63
63
|
|
|
64
64
|
## Development of the InsightConnect Plugin Runtime
|
|
65
65
|
|
|
66
|
-
The Python Runtime codebase is built to support Python 3.
|
|
66
|
+
The Python Runtime codebase is built to support Python 3.13 as of version 6.4.0. The following dependencies will need
|
|
67
67
|
to be installed when developing or testing the Plugin Runtime:
|
|
68
68
|
|
|
69
|
-
- Python 3.11
|
|
69
|
+
- Python 3.13.11
|
|
70
70
|
- Docker
|
|
71
71
|
- make
|
|
72
72
|
- tox
|
|
@@ -82,7 +82,7 @@ version and activate it. Then build, install, and confirm the package has been i
|
|
|
82
82
|
> source venv/bin/activate
|
|
83
83
|
> pip install -e ./
|
|
84
84
|
> pip list | grep insightconnect-plugin-runtime
|
|
85
|
-
insightconnect-plugin-runtime 6.
|
|
85
|
+
insightconnect-plugin-runtime 6.4.3
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
#### Building the InsightConnect Plugin Runtime Docker Images
|
|
@@ -226,6 +226,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
226
226
|
after cloning this repository.
|
|
227
227
|
|
|
228
228
|
## Changelog
|
|
229
|
+
* 6.4.3 - Updated core dependencies for improved security and performance
|
|
230
|
+
* 6.4.2 - Added error handling for `hash_sha1` in helpers | Updated base images to Python 3.13.11 | Updated dependencies
|
|
229
231
|
* 6.4.1 - Fix logging on cloud mode to remove `taskName` | Close boto client after assuming role
|
|
230
232
|
* 6.4.0 - When running in cloud mode, always create a new connection object | Bump Python version to 3.13.9 | Docker build tidyup to reduce image size
|
|
231
233
|
* 6.3.10 - Fixed tracing name to better allign otel standards
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
requests==2.32.5
|
|
2
|
+
python_jsonschema_objects==0.5.2
|
|
3
|
+
jsonschema==4.26.0
|
|
4
|
+
certifi==2026.1.4
|
|
5
|
+
Flask==3.1.2
|
|
6
|
+
gunicorn==25.0.0
|
|
7
|
+
greenlet==3.3.1
|
|
8
|
+
gevent==25.9.1
|
|
9
|
+
marshmallow==3.26.2
|
|
10
|
+
apispec==6.5.0
|
|
11
|
+
apispec-webframeworks==1.0.0
|
|
12
|
+
blinker==1.9.0
|
|
13
|
+
structlog==25.5.0
|
|
14
|
+
python-json-logger==2.0.7
|
|
15
|
+
Jinja2==3.1.6
|
|
16
|
+
python-dateutil==2.9.0.post0
|
|
17
|
+
opentelemetry-sdk==1.39.1
|
|
18
|
+
opentelemetry-exporter-otlp-proto-http==1.39.1
|
|
19
|
+
opentelemetry-instrumentation-flask==0.60b1
|
|
20
|
+
opentelemetry-instrumentation-requests==0.60b1
|
|
21
|
+
urllib3==2.6.3
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="insightconnect-plugin-runtime",
|
|
8
|
-
version="6.4.
|
|
8
|
+
version="6.4.3",
|
|
9
9
|
description="InsightConnect Plugin Runtime",
|
|
10
10
|
long_description=long_description,
|
|
11
11
|
long_description_content_type="text/markdown",
|
|
@@ -14,27 +14,27 @@ setup(
|
|
|
14
14
|
url="https://github.com/rapid7/komand-plugin-sdk-python",
|
|
15
15
|
packages=find_packages(),
|
|
16
16
|
install_requires=[
|
|
17
|
-
"requests==2.32.
|
|
17
|
+
"requests==2.32.5",
|
|
18
18
|
"python_jsonschema_objects==0.5.2",
|
|
19
|
-
"jsonschema==4.
|
|
20
|
-
"certifi==
|
|
21
|
-
"Flask==3.1.
|
|
22
|
-
"gunicorn==
|
|
23
|
-
"greenlet==3.
|
|
24
|
-
"gevent==25.
|
|
25
|
-
"marshmallow==3.
|
|
19
|
+
"jsonschema==4.26.0",
|
|
20
|
+
"certifi==2026.1.4",
|
|
21
|
+
"Flask==3.1.2",
|
|
22
|
+
"gunicorn==25.0.0",
|
|
23
|
+
"greenlet==3.3.1",
|
|
24
|
+
"gevent==25.9.1",
|
|
25
|
+
"marshmallow==3.26.2",
|
|
26
26
|
"apispec==6.5.0",
|
|
27
27
|
"apispec-webframeworks==1.0.0",
|
|
28
28
|
"blinker==1.9.0",
|
|
29
|
-
"structlog==25.
|
|
29
|
+
"structlog==25.5.0",
|
|
30
30
|
"python-json-logger==2.0.7",
|
|
31
31
|
"Jinja2==3.1.6",
|
|
32
32
|
"python-dateutil==2.9.0.post0",
|
|
33
|
-
"opentelemetry-sdk==1.
|
|
34
|
-
"opentelemetry-
|
|
35
|
-
"opentelemetry-
|
|
36
|
-
"opentelemetry-instrumentation-requests==0.
|
|
37
|
-
"urllib3==2.
|
|
33
|
+
"opentelemetry-sdk==1.39.1",
|
|
34
|
+
"opentelemetry-exporter-otlp-proto-http==1.39.1",
|
|
35
|
+
"opentelemetry-instrumentation-flask==0.60b1",
|
|
36
|
+
"opentelemetry-instrumentation-requests==0.60b1",
|
|
37
|
+
"urllib3==2.6.3"
|
|
38
38
|
],
|
|
39
39
|
tests_require=[
|
|
40
40
|
"pytest",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
requests==2.32.4
|
|
2
|
-
python_jsonschema_objects==0.5.2
|
|
3
|
-
jsonschema==4.22.0
|
|
4
|
-
certifi==2025.8.3
|
|
5
|
-
Flask==3.1.1
|
|
6
|
-
gunicorn==23.0.0
|
|
7
|
-
greenlet==3.2.3
|
|
8
|
-
gevent==25.5.1
|
|
9
|
-
marshmallow==3.21.0
|
|
10
|
-
apispec==6.5.0
|
|
11
|
-
apispec-webframeworks==1.0.0
|
|
12
|
-
blinker==1.9.0
|
|
13
|
-
structlog==25.4.0
|
|
14
|
-
python-json-logger==2.0.7
|
|
15
|
-
Jinja2==3.1.6
|
|
16
|
-
python-dateutil==2.9.0.post0
|
|
17
|
-
opentelemetry-sdk==1.36.0
|
|
18
|
-
opentelemetry-instrumentation-flask==0.57b0
|
|
19
|
-
opentelemetry-exporter-otlp-proto-http==1.36.0
|
|
20
|
-
opentelemetry-instrumentation-requests==0.57b0
|
|
21
|
-
urllib3==2.5.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/__init__.py
RENAMED
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/plugin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/test_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.4.1 → insightconnect_plugin_runtime-6.4.3}/tests/unit/utils.py
RENAMED
|
File without changes
|