insightconnect-plugin-runtime 6.1.2__py3-none-any.whl → 6.1.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.
- {insightconnect_plugin_runtime-6.1.2.dist-info → insightconnect_plugin_runtime-6.1.4.dist-info}/METADATA +4 -2
- {insightconnect_plugin_runtime-6.1.2.dist-info → insightconnect_plugin_runtime-6.1.4.dist-info}/RECORD +4 -4
- {insightconnect_plugin_runtime-6.1.2.dist-info → insightconnect_plugin_runtime-6.1.4.dist-info}/WHEEL +1 -1
- {insightconnect_plugin_runtime-6.1.2.dist-info → insightconnect_plugin_runtime-6.1.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.1.
|
|
3
|
+
Version: 6.1.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
|
|
@@ -211,10 +211,12 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
211
211
|
after cloning this repository.
|
|
212
212
|
|
|
213
213
|
## Changelog
|
|
214
|
+
* 6.1.4 - Address vulnerabilities within local development requirements.txt and vulnerabilities in slim image.
|
|
215
|
+
* 6.1.3 - Addressing failing Python Slim package (bump packages).
|
|
214
216
|
* 6.1.2 - Removing the call to mask_output_data for task code.
|
|
215
217
|
* 6.1.1 - Addressed vulnerabilities within the slim and non-slim Python images (bumping packages).
|
|
216
218
|
* 6.1.0 - Update AWSAction tests to utilise AWS Client Error names for connection test | Update `request_error_handling` to include input for custom configuration
|
|
217
|
-
* 6.0.1 - Address vulnerabilities within the following python packages: `Jinja2`, `requests`, `urllib3`, `zipp` and `setuptools`.
|
|
219
|
+
* 6.0.1 - Address vulnerabilities within the following python packages: `Jinja2`, `requests`, `urllib3`, `zipp` and `setuptools`.
|
|
218
220
|
* 6.0.0 - Address vulnerabilities within `certifi` python package | Bump the version of OpenSSL used | If running a task connection test, return a custom message from the task test and not the full log.
|
|
219
221
|
* 5.6.1 - Making sure all paths that can call the task connection test endpoints return a 400 error if the test fails
|
|
220
222
|
* 5.6.0 - Add APIException class for error handling | Fix error in response_handler where data of type Response was not correctly being returned
|
|
@@ -78,7 +78,7 @@ tests/unit/test_server_spec.py,sha256=je97BaktgK0Fiz3AwFPkcmHzYtOJJNqJV_Fw5hrvqX
|
|
|
78
78
|
tests/unit/test_trigger.py,sha256=E53mAUoVyponWu_4IQZ0IC1gQ9lakBnTn_9vKN2IZfg,1692
|
|
79
79
|
tests/unit/test_variables.py,sha256=OUEOqGYZA3Nd5oKk5GVY3hcrWKHpZpxysBJcO_v5gzs,291
|
|
80
80
|
tests/unit/utils.py,sha256=VooVmfpIgxmglNdtmT32AkEDFxHxyRHLK8RsCWjjYRY,2153
|
|
81
|
-
insightconnect_plugin_runtime-6.1.
|
|
82
|
-
insightconnect_plugin_runtime-6.1.
|
|
83
|
-
insightconnect_plugin_runtime-6.1.
|
|
84
|
-
insightconnect_plugin_runtime-6.1.
|
|
81
|
+
insightconnect_plugin_runtime-6.1.4.dist-info/METADATA,sha256=tUofv23JDlh0ClMPm-Vi6AKGkZZdCvDcBAqrnig0WiU,14929
|
|
82
|
+
insightconnect_plugin_runtime-6.1.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
83
|
+
insightconnect_plugin_runtime-6.1.4.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
|
|
84
|
+
insightconnect_plugin_runtime-6.1.4.dist-info/RECORD,,
|
|
File without changes
|