diff --git a/plugins/math/.CHECKSUM b/plugins/math/.CHECKSUM index 123e4b5421..3a2cb9a493 100644 --- a/plugins/math/.CHECKSUM +++ b/plugins/math/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "057aaea15b4dac436df277eaf21b1172", - "manifest": "d764412b6d589e5330ece619415a0361", - "setup": "a1e6979da8016ee0b27b09a3440a5305", + "spec": "ef68635b48c0501c8406598ce91ba828", + "manifest": "a7bd614a81131eeb40c309643ab6308f", + "setup": "dcb64a4722f841e407855590d83dfd93", "schemas": [ { "identifier": "calculate/schema.py", diff --git a/plugins/math/Dockerfile b/plugins/math/Dockerfile index 27dd354062..b783f41510 100755 --- a/plugins/math/Dockerfile +++ b/plugins/math/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/math/bin/komand_math b/plugins/math/bin/komand_math index 64abe8f695..fe66a38a8a 100755 --- a/plugins/math/bin/komand_math +++ b/plugins/math/bin/komand_math @@ -6,7 +6,7 @@ from sys import argv Name = "Math" Vendor = "rapid7" -Version = "1.2.2" +Version = "1.2.3" Description = "Basic mathematical operations" diff --git a/plugins/math/help.md b/plugins/math/help.md index cc3aa19403..800d0c5f70 100644 --- a/plugins/math/help.md +++ b/plugins/math/help.md @@ -112,6 +112,7 @@ Example output: # Version History +* 1.2.3 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities * 1.2.2 - Initial updates for fedramp compliance | Updated SDK to the latest version * 1.2.1 - Update to v4 Python plugin runtime * 1.2.0 - New action Max diff --git a/plugins/math/plugin.spec.yaml b/plugins/math/plugin.spec.yaml index 0aeaea4470..10f7c396c0 100644 --- a/plugins/math/plugin.spec.yaml +++ b/plugins/math/plugin.spec.yaml @@ -4,7 +4,7 @@ products: [insightconnect] name: math title: Math description: Basic mathematical operations -version: 1.2.2 +version: 1.2.3 connection_version: 1 vendor: rapid7 support: community @@ -26,12 +26,13 @@ hub_tags: features: [] sdk: type: slim - version: 6.1.3 + version: 6.2.2 user: nobody key_features: - "Math operations module and exponents" - "Math Division and multiplication, addition and subtraction" version_history: + - "1.2.3 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities" - "1.2.2 - Initial updates for fedramp compliance | Updated SDK to the latest version" - "1.2.1 - Update to v4 Python plugin runtime" - "1.2.0 - New action Max" diff --git a/plugins/math/setup.py b/plugins/math/setup.py index 0f38b7e869..292016c76f 100755 --- a/plugins/math/setup.py +++ b/plugins/math/setup.py @@ -3,7 +3,7 @@ setup(name="math-rapid7-plugin", - version="1.2.2", + version="1.2.3", description="Basic mathematical operations", author="rapid7", author_email="",