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 839a2ea commit 7861763
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions plugins/string/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "2d872dd50b19daa898791255146106af",
"manifest": "922ea555f44944378c4f1b096747bd0c",
"setup": "c44b119f9f8f9981c367bc04a6dc9234",
"spec": "195de2a945b8aa51dfe28495574e66b7",
"manifest": "1ec5f5cb6f45039155f589eb516e4e2b",
"setup": "9db7a8efac3085fd9937946ee94a5cec",
"schemas": [
{
"identifier": "length/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/string/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.0
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/string/bin/komand_string
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "String Operations"
Vendor = "rapid7"
Version = "1.4.1"
Version = "1.4.2"
Description = "The String plugin provides common programmatic string operations"


Expand Down
4 changes: 2 additions & 2 deletions plugins/string/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Example output:

#### Split String to List

This action is used to convert a string to a list of strings.
This action is used to converts a string to a list of strings

##### Input

Expand Down Expand Up @@ -352,7 +352,7 @@ There may be complex string manipulation needs that are likely outside the scope

# Version History

* 1.4.1 - Initial updates for fedramp compliance | Updated SDK to the latest version
* 1.4.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 1.4.0 - New action Replace
* 1.3.1 - Update to v4 Python plugin runtime
* 1.3.0 - New action Length | Add example inputs
Expand Down
5 changes: 3 additions & 2 deletions plugins/string/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: string
title: String Operations
description: The String plugin provides common programmatic string operations
version: 1.4.1
version: 1.4.2
connection_version: 1
vendor: rapid7
support: community
Expand All @@ -25,14 +25,15 @@ hub_tags:
features: []
sdk:
type: slim
version: 6.1.0
version: 6.2.2
user: nobody
key_features:
- "Split a string to a list of elements"
- "Split a string to an object"
- "Upper case, lower case, and trim a string"
- "Replace parts of a string"
version_history:
- "1.4.2 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "1.4.1 - Initial updates for fedramp compliance | Updated SDK to the latest version"
- "1.4.0 - New action Replace"
- "1.3.1 - Update to v4 Python plugin runtime"
Expand Down
2 changes: 1 addition & 1 deletion plugins/string/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="string-rapid7-plugin",
version="1.4.1",
version="1.4.2",
description="The String plugin provides common programmatic string operations",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 7861763

Please sign in to comment.