diff --git a/plugins/string/.CHECKSUM b/plugins/string/.CHECKSUM index f482dcb19d..1f08cd88e8 100644 --- a/plugins/string/.CHECKSUM +++ b/plugins/string/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "2d872dd50b19daa898791255146106af", - "manifest": "922ea555f44944378c4f1b096747bd0c", - "setup": "c44b119f9f8f9981c367bc04a6dc9234", + "spec": "195de2a945b8aa51dfe28495574e66b7", + "manifest": "1ec5f5cb6f45039155f589eb516e4e2b", + "setup": "9db7a8efac3085fd9937946ee94a5cec", "schemas": [ { "identifier": "length/schema.py", diff --git a/plugins/string/Dockerfile b/plugins/string/Dockerfile index a9094f6b81..c398da6653 100755 --- a/plugins/string/Dockerfile +++ b/plugins/string/Dockerfile @@ -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 diff --git a/plugins/string/bin/komand_string b/plugins/string/bin/komand_string index b9f0777c7a..cfe15232cb 100755 --- a/plugins/string/bin/komand_string +++ b/plugins/string/bin/komand_string @@ -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" diff --git a/plugins/string/help.md b/plugins/string/help.md index 0488b090b0..19adb3dd62 100644 --- a/plugins/string/help.md +++ b/plugins/string/help.md @@ -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 @@ -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 diff --git a/plugins/string/plugin.spec.yaml b/plugins/string/plugin.spec.yaml index 1961ae7140..42fcae1683 100644 --- a/plugins/string/plugin.spec.yaml +++ b/plugins/string/plugin.spec.yaml @@ -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 @@ -25,7 +25,7 @@ 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" @@ -33,6 +33,7 @@ key_features: - "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" diff --git a/plugins/string/setup.py b/plugins/string/setup.py index b38c31c243..1ab1abb37a 100755 --- a/plugins/string/setup.py +++ b/plugins/string/setup.py @@ -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="",