Skip to content

Commit

Permalink
SOAR-18473: bump SDK and address vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Dec 17, 2024
1 parent d02efd5 commit 25d79a8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/servicenow/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "3bab886667ceb9dba39181f6a441fa10",
"manifest": "d7118569399e88fcb3953984c8f4f2ad",
"setup": "40aeb0a629c0d9382edab6c3ca043b97",
"spec": "54c8e0e0f797b20ec3522fb05155a98c",
"manifest": "73376d98e2bff91d1b395a79752520cf",
"setup": "5d17346bc99fad6e68e73382c791703e",
"schemas": [
{
"identifier": "create_change_request/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/bin/icon_servicenow
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
1 change: 1 addition & 0 deletions plugins/servicenow/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions plugins/servicenow/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand Down

0 comments on commit 25d79a8

Please sign in to comment.