From 77d606b4f4e97b23d72ccaf6811fce1e4e49ffe3 Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Tue, 10 Dec 2024 10:27:46 +0000 Subject: [PATCH] snyk and sdk | v 2.0.3 (#2987) --- plugins/broadcom_symantec_endpoint_protection/.CHECKSUM | 6 +++--- plugins/broadcom_symantec_endpoint_protection/Dockerfile | 2 +- .../bin/icon_broadcom_symantec_endpoint_protection | 2 +- plugins/broadcom_symantec_endpoint_protection/help.md | 1 + .../broadcom_symantec_endpoint_protection/plugin.spec.yaml | 5 +++-- .../broadcom_symantec_endpoint_protection/requirements.txt | 2 +- plugins/broadcom_symantec_endpoint_protection/setup.py | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/plugins/broadcom_symantec_endpoint_protection/.CHECKSUM b/plugins/broadcom_symantec_endpoint_protection/.CHECKSUM index 0d6e4163b5..138402472c 100644 --- a/plugins/broadcom_symantec_endpoint_protection/.CHECKSUM +++ b/plugins/broadcom_symantec_endpoint_protection/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "38d5538bdc7d8254602f03e1da5c5711", - "manifest": "dde8bc687ca0046dc7ee384768c73457", - "setup": "271970f80b21ead789b84454f52b0131", + "spec": "b1abe628b460c8deba25a7709ab681c2", + "manifest": "ed6775727b1c63cd7c73d88e3e86c2e1", + "setup": "b949e377baad958cb45239cf69a30308", "schemas": [ { "identifier": "blacklist/schema.py", diff --git a/plugins/broadcom_symantec_endpoint_protection/Dockerfile b/plugins/broadcom_symantec_endpoint_protection/Dockerfile index f9b51b0ea0..21f2cdb202 100755 --- a/plugins/broadcom_symantec_endpoint_protection/Dockerfile +++ b/plugins/broadcom_symantec_endpoint_protection/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.0 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/broadcom_symantec_endpoint_protection/bin/icon_broadcom_symantec_endpoint_protection b/plugins/broadcom_symantec_endpoint_protection/bin/icon_broadcom_symantec_endpoint_protection index 881c0d67a8..5de0b8a2e8 100755 --- a/plugins/broadcom_symantec_endpoint_protection/bin/icon_broadcom_symantec_endpoint_protection +++ b/plugins/broadcom_symantec_endpoint_protection/bin/icon_broadcom_symantec_endpoint_protection @@ -6,7 +6,7 @@ from sys import argv Name = "Broadcom Symantec Endpoint Protection" Vendor = "rapid7" -Version = "2.0.2" +Version = "2.0.3" Description = "Broadcom Symantec Endpoint Protection delivers the most complete, integrated endpoint security platform on the planet" diff --git a/plugins/broadcom_symantec_endpoint_protection/help.md b/plugins/broadcom_symantec_endpoint_protection/help.md index b0c028db33..a44ce6bdfb 100644 --- a/plugins/broadcom_symantec_endpoint_protection/help.md +++ b/plugins/broadcom_symantec_endpoint_protection/help.md @@ -481,6 +481,7 @@ Domain IDs are not the actual domain names - they are individual, unique IDs tha # Version History +* 2.0.3 - Bumping requirements.txt ('aiohttp' package) | SDK bump to 6.2.2 * 2.0.2 - Bumping requirements.txt ('aiohttp' package) | SDK bump to 6.2.0 * 2.0.1 - Bumping requirements.txt | SDK bump to 6.1.4 * 2.0.0 - Update Connection to add `ssl_verify` parameters to enable SSL verification on HTTP requests diff --git a/plugins/broadcom_symantec_endpoint_protection/plugin.spec.yaml b/plugins/broadcom_symantec_endpoint_protection/plugin.spec.yaml index 8df7a0e638..319b4493fc 100644 --- a/plugins/broadcom_symantec_endpoint_protection/plugin.spec.yaml +++ b/plugins/broadcom_symantec_endpoint_protection/plugin.spec.yaml @@ -4,12 +4,12 @@ products: ["insightconnect"] name: broadcom_symantec_endpoint_protection title: Broadcom Symantec Endpoint Protection description: Broadcom Symantec Endpoint Protection delivers the most complete, integrated endpoint security platform on the planet -version: 2.0.2 +version: 2.0.3 connection_version: 2 vendor: rapid7 sdk: type: slim - version: 6.2.0 + version: 6.2.2 support: rapid7 supported_versions: ["v1 2024/03/12"] status: [] @@ -29,6 +29,7 @@ links: references: - "[Broadcom Symantec Endpoint Protection](https://www.broadcom.com/products/cyber-security/endpoint/end-user)" version_history: + - "2.0.3 - Bumping requirements.txt ('aiohttp' package) | SDK bump to 6.2.2" - "2.0.2 - Bumping requirements.txt ('aiohttp' package) | SDK bump to 6.2.0" - "2.0.1 - Bumping requirements.txt | SDK bump to 6.1.4" - "2.0.0 - Update Connection to add `ssl_verify` parameters to enable SSL verification on HTTP requests" diff --git a/plugins/broadcom_symantec_endpoint_protection/requirements.txt b/plugins/broadcom_symantec_endpoint_protection/requirements.txt index 53d9544e5c..13f3159bde 100755 --- a/plugins/broadcom_symantec_endpoint_protection/requirements.txt +++ b/plugins/broadcom_symantec_endpoint_protection/requirements.txt @@ -2,5 +2,5 @@ # All dependencies must be version-pinned, eg. requests==1.2.0 # See: https://pip.pypa.io/en/stable/user_guide/#requirements-files # Uncomment the below line for building wheels -aiohttp==3.11.6 +aiohttp==3.11.10 parameterized==0.9.0 diff --git a/plugins/broadcom_symantec_endpoint_protection/setup.py b/plugins/broadcom_symantec_endpoint_protection/setup.py index 6ee1d46d85..3a587b23a7 100755 --- a/plugins/broadcom_symantec_endpoint_protection/setup.py +++ b/plugins/broadcom_symantec_endpoint_protection/setup.py @@ -3,7 +3,7 @@ setup(name="broadcom_symantec_endpoint_protection-rapid7-plugin", - version="2.0.2", + version="2.0.3", description="Broadcom Symantec Endpoint Protection delivers the most complete, integrated endpoint security platform on the planet", author="rapid7", author_email="",