From dab5fef1411a73b7c144309f4181d1c73f67678b Mon Sep 17 00:00:00 2001 From: rbowden-r7 Date: Tue, 17 Dec 2024 14:07:39 +0000 Subject: [PATCH] SOAR-18473: bump SDK and address vulnerabilities --- plugins/servicenow/.CHECKSUM | 6 +++--- plugins/servicenow/Dockerfile | 2 +- plugins/servicenow/bin/icon_servicenow | 2 +- plugins/servicenow/help.md | 1 + plugins/servicenow/plugin.spec.yaml | 5 +++-- plugins/servicenow/setup.py | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/plugins/servicenow/.CHECKSUM b/plugins/servicenow/.CHECKSUM index 2850fb3bb5..c33cb26823 100644 --- a/plugins/servicenow/.CHECKSUM +++ b/plugins/servicenow/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "3bab886667ceb9dba39181f6a441fa10", - "manifest": "d7118569399e88fcb3953984c8f4f2ad", - "setup": "40aeb0a629c0d9382edab6c3ca043b97", + "spec": "54c8e0e0f797b20ec3522fb05155a98c", + "manifest": "73376d98e2bff91d1b395a79752520cf", + "setup": "5d17346bc99fad6e68e73382c791703e", "schemas": [ { "identifier": "create_change_request/schema.py", diff --git a/plugins/servicenow/Dockerfile b/plugins/servicenow/Dockerfile index 586b581f12..70c2ff693f 100644 --- a/plugins/servicenow/Dockerfile +++ b/plugins/servicenow/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.3 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/servicenow/bin/icon_servicenow b/plugins/servicenow/bin/icon_servicenow index 82c7fb0774..b34c3ada49 100755 --- a/plugins/servicenow/bin/icon_servicenow +++ b/plugins/servicenow/bin/icon_servicenow @@ -6,7 +6,7 @@ from sys import argv Name = "ServiceNow" Vendor = "rapid7" -Version = "8.0.3" +Version = "8.0.4" Description = "ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes" diff --git a/plugins/servicenow/help.md b/plugins/servicenow/help.md index e8e54dbcba..a9ef1973eb 100644 --- a/plugins/servicenow/help.md +++ b/plugins/servicenow/help.md @@ -1686,6 +1686,7 @@ Example output: # Version History +* 8.0.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities * 8.0.3 - Update to resolve issue parsing response from ServiceNow if XML is received * 8.0.2 - Initial updates for fedramp compliance | Updated SDK to the latest version * 8.0.1 - Update Setuptool to version 70.0.0 | Update SDK to version 6.0.0 diff --git a/plugins/servicenow/plugin.spec.yaml b/plugins/servicenow/plugin.spec.yaml index e5c32bffe7..b1636d26b7 100644 --- a/plugins/servicenow/plugin.spec.yaml +++ b/plugins/servicenow/plugin.spec.yaml @@ -4,7 +4,7 @@ products: ["insightconnect"] name: servicenow title: ServiceNow description: ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes -version: 8.0.3 +version: 8.0.4 connection_version: 8 supported_versions: ["2023-10-28 Tokyo"] vendor: rapid7 @@ -26,7 +26,7 @@ hub_tags: features: [] sdk: type: slim - version: 6.1.3 + version: 6.2.2 user: nobody key_features: - "Search, Read, Create, Delete, and Update incidents to accelerate ticketing operations" @@ -46,6 +46,7 @@ references: - "[ServiceNow Operators](https://docs.servicenow.com/bundle/quebec-platform-user-interface/page/use/common-ui-elements/reference/r_OpAvailableFiltersQueries.html)" - "[ServiceNow Plugin Setup Guide](https://docs.rapid7.com/insightconnect/servicenow)" version_history: + - "8.0.4 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities" - "8.0.3 - Update to resolve issue parsing response from ServiceNow if XML is received" - "8.0.2 - Initial updates for fedramp compliance | Updated SDK to the latest version" - "8.0.1 - Update Setuptool to version 70.0.0 | Update SDK to version 6.0.0" diff --git a/plugins/servicenow/setup.py b/plugins/servicenow/setup.py index fc1229fb08..1ecab8ca45 100644 --- a/plugins/servicenow/setup.py +++ b/plugins/servicenow/setup.py @@ -3,7 +3,7 @@ setup(name="servicenow-rapid7-plugin", - version="8.0.3", + version="8.0.4", description="ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes", author="rapid7", author_email="",