insightconnect-plugin-runtime 6.3.5__py3-none-any.whl → 6.3.7__py3-none-any.whl
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.3.5.dist-info → insightconnect_plugin_runtime-6.3.7.dist-info}/METADATA +5 -1
- {insightconnect_plugin_runtime-6.3.5.dist-info → insightconnect_plugin_runtime-6.3.7.dist-info}/RECORD +4 -4
- {insightconnect_plugin_runtime-6.3.5.dist-info → insightconnect_plugin_runtime-6.3.7.dist-info}/WHEEL +0 -0
- {insightconnect_plugin_runtime-6.3.5.dist-info → insightconnect_plugin_runtime-6.3.7.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.3.
|
|
3
|
+
Version: 6.3.7
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -27,10 +27,12 @@ Requires-Dist: blinker==1.9.0
|
|
|
27
27
|
Requires-Dist: structlog==25.4.0
|
|
28
28
|
Requires-Dist: python-json-logger==2.0.7
|
|
29
29
|
Requires-Dist: Jinja2==3.1.6
|
|
30
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
30
31
|
Requires-Dist: opentelemetry-sdk==1.34.0
|
|
31
32
|
Requires-Dist: opentelemetry-instrumentation-flask==0.55b0
|
|
32
33
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.34.0
|
|
33
34
|
Requires-Dist: opentelemetry-instrumentation-requests==0.55b0
|
|
35
|
+
Requires-Dist: urllib3==2.5.0
|
|
34
36
|
Dynamic: author
|
|
35
37
|
Dynamic: author-email
|
|
36
38
|
Dynamic: classifier
|
|
@@ -224,6 +226,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
224
226
|
after cloning this repository.
|
|
225
227
|
|
|
226
228
|
## Changelog
|
|
229
|
+
* 6.3.7 - Addressed vulnerability in 'urllib3' (removed from `requirements.txt` as it's a dependency of `botocore`)
|
|
230
|
+
* 6.3.6 - Added required dependency to plugin runtime
|
|
227
231
|
* 6.3.5 - Added `monitor_task_delay` decorator to detect processing delays
|
|
228
232
|
* 6.3.4 - Addressed vulnerabilities within the slim and non-slim Python images (bumping packages)
|
|
229
233
|
* 6.3.3 - Add helper func for tracing context to preserve parent span in threadpools
|
|
@@ -79,7 +79,7 @@ tests/unit/test_server_spec.py,sha256=je97BaktgK0Fiz3AwFPkcmHzYtOJJNqJV_Fw5hrvqX
|
|
|
79
79
|
tests/unit/test_trigger.py,sha256=E53mAUoVyponWu_4IQZ0IC1gQ9lakBnTn_9vKN2IZfg,1692
|
|
80
80
|
tests/unit/test_variables.py,sha256=OUEOqGYZA3Nd5oKk5GVY3hcrWKHpZpxysBJcO_v5gzs,291
|
|
81
81
|
tests/unit/utils.py,sha256=hcY0A2H_DMgCDXUTvDtCXMdMvRjLQgTaGcTpATb8YG0,2236
|
|
82
|
-
insightconnect_plugin_runtime-6.3.
|
|
83
|
-
insightconnect_plugin_runtime-6.3.
|
|
84
|
-
insightconnect_plugin_runtime-6.3.
|
|
85
|
-
insightconnect_plugin_runtime-6.3.
|
|
82
|
+
insightconnect_plugin_runtime-6.3.7.dist-info/METADATA,sha256=gkkq3ZOCmbHhTwpuOsjK72w_pqbgRtf53Dq-aQ9ozM0,16919
|
|
83
|
+
insightconnect_plugin_runtime-6.3.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
84
|
+
insightconnect_plugin_runtime-6.3.7.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
|
|
85
|
+
insightconnect_plugin_runtime-6.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|