-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
[SOAR-18090] Trendmicro Deep Security - Snyk Vulnerabilities and SDK …
…Bump (#2923) * snyk and sdk - trendmicro * removing requests * adding timeout
1 parent
32116a6
commit e7f10ec
Showing
30 changed files
with
356 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"spec": "87df02f543c20dbd826f7b2f50c1a40a", | ||
"manifest": "a2b7ef210c31ec64898d6dbeba7c56fe", | ||
"setup": "f8c03ed81b7496550e9ac4b44ca81bbc", | ||
"spec": "c24b11137bc6c86ba10296dd19d2a409", | ||
"manifest": "a87fb2d79f552a29d4b6d6e698fa52eb", | ||
"setup": "139cf33ec232a2888bb62b92b08ed651", | ||
"schemas": [ | ||
{ | ||
"identifier": "deploy_rules/schema.py", | ||
"hash": "8674123f170310085c72627eb16cb103" | ||
"hash": "ac52aeab22921a006441d8cd14819b7b" | ||
}, | ||
{ | ||
"identifier": "get_rule_details/schema.py", | ||
"hash": "0eb15d3e0354f05e7d24fa53a5c48888" | ||
"hash": "12022e88fc85aa2aa0ba67c553ba3728" | ||
}, | ||
{ | ||
"identifier": "list_rules/schema.py", | ||
"hash": "234d239b2226033398e195fe476e255b" | ||
"hash": "ec8407791e5814ec61d60b2e3129b7d3" | ||
}, | ||
{ | ||
"identifier": "search_computers/schema.py", | ||
"hash": "dbbbb50f7f5c3fe3fb2a5ad1bff0558b" | ||
"hash": "1c12b4aac599e5d8cb1f3382a17e5282" | ||
}, | ||
{ | ||
"identifier": "search_rules/schema.py", | ||
"hash": "cadb6a7fecb480b49bab55a55f48382f" | ||
"hash": "701bc13aee0460e1579ee0dba473f94f" | ||
}, | ||
{ | ||
"identifier": "connection/schema.py", | ||
"hash": "39722fd7c5ae424e3941b7a534a713df" | ||
"hash": "c9dca0c588f6c8129395f5db3f96fa28" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 9 additions & 3 deletions
12
plugins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
|
||
from .search_rules.action import SearchRules | ||
|
||
from .deploy_rules.action import DeployRules | ||
from .get_rule_details.action import GetRuleDetails | ||
|
||
from .list_rules.action import ListRules | ||
|
||
from .get_rule_details.action import GetRuleDetails | ||
|
||
from .search_computers.action import SearchComputers | ||
from .search_rules.action import SearchRules | ||
|
2 changes: 1 addition & 1 deletion
2
...ins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/deploy_rules/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import DeployRules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/get_rule_details/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import GetRuleDetails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/list_rules/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import ListRules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/search_computers/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import SearchComputers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/actions/search_rules/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .action import SearchRules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/connection/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from .connection import Connection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
plugins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/tasks/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
|
3 changes: 2 additions & 1 deletion
3
plugins/trendmicro_deepsecurity/icon_trendmicro_deepsecurity/triggers/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# List third-party dependencies here, separated by newlines. | ||
# All dependencies must be version-pinned, eg. requests==1.2.0 | ||
# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files | ||
requests==2.26.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# GENERATED BY KOMAND SDK - DO NOT EDIT | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
from setuptools import setup, find_packages | ||
|
||
|
||
setup(name="trendmicro_deepsecurity-rapid7-plugin", | ||
version="2.2.2", | ||
version="2.2.3", | ||
description="Utilize the Deep Security IPS engine to protect against vulnerabilities without installing a patch (virtual patching)", | ||
author="rapid7", | ||
author_email="", | ||
url="", | ||
packages=find_packages(), | ||
install_requires=['komand'], # Add third-party dependencies to requirements.txt, not here! | ||
install_requires=['insightconnect-plugin-runtime'], # Add third-party dependencies to requirements.txt, not here! | ||
scripts=['bin/icon_trendmicro_deepsecurity'] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT | ||
import sys | ||
|
||
sys.path.append("../") |