Skip to content

Commit

Permalink
snyk and sdk | v 2.0.3 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 authored Dec 10, 2024
1 parent 2dfb4e2 commit 77d606b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/broadcom_symantec_endpoint_protection/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "38d5538bdc7d8254602f03e1da5c5711",
"manifest": "dde8bc687ca0046dc7ee384768c73457",
"setup": "271970f80b21ead789b84454f52b0131",
"spec": "b1abe628b460c8deba25a7709ab681c2",
"manifest": "ed6775727b1c63cd7c73d88e3e86c2e1",
"setup": "b949e377baad958cb45239cf69a30308",
"schemas": [
{
"identifier": "blacklist/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/broadcom_symantec_endpoint_protection/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.2.0
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2

LABEL organization=rapid7
LABEL sdk=python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
1 change: 1 addition & 0 deletions plugins/broadcom_symantec_endpoint_protection/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion plugins/broadcom_symantec_endpoint_protection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand Down

0 comments on commit 77d606b

Please sign in to comment.