insightconnect-plugin-runtime 6.3.3__py3-none-any.whl → 6.3.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insightconnect-plugin-runtime
3
- Version: 6.3.3
3
+ Version: 6.3.4
4
4
  Summary: InsightConnect Plugin Runtime
5
5
  Home-page: https://github.com/rapid7/komand-plugin-sdk-python
6
6
  Author: Rapid7 Integrations Alliance
@@ -16,7 +16,7 @@ Requires-Dist: requests==2.32.3
16
16
  Requires-Dist: python_jsonschema_objects==0.5.2
17
17
  Requires-Dist: jsonschema==4.22.0
18
18
  Requires-Dist: certifi==2024.12.14
19
- Requires-Dist: Flask==3.1.0
19
+ Requires-Dist: Flask==3.1.1
20
20
  Requires-Dist: gunicorn==23.0.0
21
21
  Requires-Dist: greenlet==3.1.1
22
22
  Requires-Dist: gevent==24.11.1
@@ -224,6 +224,7 @@ contributed. Black is installed as a test dependency and the hook can be initial
224
224
  after cloning this repository.
225
225
 
226
226
  ## Changelog
227
+ * 6.3.4 - Addressed vulnerabilities within the slim and non-slim Python images (bumping packages)
227
228
  * 6.3.3 - Add helper func for tracing context to preserve parent span in threadpools
228
229
  * 6.3.2 - Raise `APIException` from within the `response_handler` to easily access the status code within the plugin
229
230
  * 6.3.1 - Improved filtering for `custom_config` parameters for plugin tasks
@@ -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.3.dist-info/METADATA,sha256=eYx7EgwH9i2PNL-uTXqctPyJIVztYzFOPibMThW04EE,16504
83
- insightconnect_plugin_runtime-6.3.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
84
- insightconnect_plugin_runtime-6.3.3.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
85
- insightconnect_plugin_runtime-6.3.3.dist-info/RECORD,,
82
+ insightconnect_plugin_runtime-6.3.4.dist-info/METADATA,sha256=5S-gdJ376YDQ9HoRZbaBE2D2mg8PdRGvRx52MsdIHoM,16602
83
+ insightconnect_plugin_runtime-6.3.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
84
+ insightconnect_plugin_runtime-6.3.4.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
85
+ insightconnect_plugin_runtime-6.3.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5