diff --git a/plugins/zoom/.CHECKSUM b/plugins/zoom/.CHECKSUM index 261ca5aebd..aacf09b4bf 100644 --- a/plugins/zoom/.CHECKSUM +++ b/plugins/zoom/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "4c3f0909cd69e6ea1f46ade84cb8dc63", - "manifest": "2be2cac1e9ef4f6f571a7922dd06c0f6", - "setup": "fd47b351845d02c15aaba4eb7b6adbc0", + "spec": "3fda881a086e2cc4c74c5a161214542e", + "manifest": "62ee8707511728a0c2176ad1b556415e", + "setup": "055692152993af77bc0cd1860a592ff7", "schemas": [ { "identifier": "create_user/schema.py", diff --git a/plugins/zoom/Dockerfile b/plugins/zoom/Dockerfile index 708390219b..3427d89801 100755 --- a/plugins/zoom/Dockerfile +++ b/plugins/zoom/Dockerfile @@ -1,4 +1,4 @@ -FROM rapid7/insightconnect-python-3-38-plugin:5 +FROM rapid7/insightconnect-python-3-plugin:5 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/zoom/bin/icon_zoom b/plugins/zoom/bin/icon_zoom index eeffe2097a..4007969b54 100755 --- a/plugins/zoom/bin/icon_zoom +++ b/plugins/zoom/bin/icon_zoom @@ -6,7 +6,7 @@ from sys import argv Name = "Zoom" Vendor = "rapid7" -Version = "4.1.3" +Version = "4.1.4" Description = "Trigger workflows on user activity while also managing your users with the Zoom plugin" diff --git a/plugins/zoom/help.md b/plugins/zoom/help.md index 37a4a92a90..cca488df64 100644 --- a/plugins/zoom/help.md +++ b/plugins/zoom/help.md @@ -302,6 +302,7 @@ Example output: # Version History +* 4.1.4 - Update to the latest plugin SDK * 4.1.3 - Monitor Sign in and out Activity: set cutoff time of 24 hours * 4.1.2 - Fix required fields for GetUserOutput schema * 4.1.1 - Fix external pagination support for Monitor Sign in and Out Activity task diff --git a/plugins/zoom/icon_zoom/tasks/monitor_sign_in_out_activity/task.py b/plugins/zoom/icon_zoom/tasks/monitor_sign_in_out_activity/task.py index 82b690166c..6afdff51e1 100755 --- a/plugins/zoom/icon_zoom/tasks/monitor_sign_in_out_activity/task.py +++ b/plugins/zoom/icon_zoom/tasks/monitor_sign_in_out_activity/task.py @@ -189,6 +189,7 @@ def _get_last_valid_timestamp(self, last_day: str, state: Dict[str, Union[str, N Returns: int: The last valid timestamp. """ + last_request_timestamp = state.get(self.LAST_REQUEST_TIMESTAMP) if not last_request_timestamp: return diff --git a/plugins/zoom/plugin.spec.yaml b/plugins/zoom/plugin.spec.yaml index 3db4a77d78..47f37d33c6 100644 --- a/plugins/zoom/plugin.spec.yaml +++ b/plugins/zoom/plugin.spec.yaml @@ -4,7 +4,7 @@ products: [insightconnect] name: zoom title: Zoom description: Trigger workflows on user activity while also managing your users with the Zoom plugin -version: 4.1.3 +version: 4.1.4 connection_version: 4 vendor: rapid7 support: rapid7 diff --git a/plugins/zoom/setup.py b/plugins/zoom/setup.py index fdfb12b0aa..c536baa4c1 100755 --- a/plugins/zoom/setup.py +++ b/plugins/zoom/setup.py @@ -3,7 +3,7 @@ setup(name="zoom-rapid7-plugin", - version="4.1.3", + version="4.1.4", description="Trigger workflows on user activity while also managing your users with the Zoom plugin", author="rapid7", author_email="",