Skip to content

Commit

Permalink
snyk and sdk | v10.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Dec 9, 2024
1 parent c65d147 commit 2f8b6d6
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
12 changes: 6 additions & 6 deletions plugins/rapid7_insightidr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"spec": "9078712b26639af9a1088755d4d0314b",
"manifest": "0c4bdaf85d40ddac33afeffcecdd8fda",
"setup": "fe63b2dcde42de314858ed48326a19f5",
"spec": "3e9a2d96e42f24fc4cac601888c6a7ec",
"manifest": "a9dc8b0c15952a931013e92670cdf86b",
"setup": "8b4da6c79f36dd56dfc82e26d0009a8b",
"schemas": [
{
"identifier": "add_indicators_to_a_threat/schema.py",
"hash": "95108ef162aa99c34e0d20ba2fd3035e"
},
{
"identifier": "advanced_query_on_log/schema.py",
"hash": "c25673288c3406030e64dc6f3451821d"
"hash": "47461eb19fd3c3e3cb284b9c7b6eae89"
},
{
"identifier": "advanced_query_on_log_set/schema.py",
"hash": "ff689fccb0ed297d1c5f7f45877fd138"
"hash": "b5b2c8b6a3b884b33241f87004815459"
},
{
"identifier": "assign_user_to_investigation/schema.py",
Expand Down Expand Up @@ -113,7 +113,7 @@
},
{
"identifier": "query/schema.py",
"hash": "ec57e897be9e044c6607e33ab15020b0"
"hash": "440b96851f6c0090adde3f3709aa6259"
},
{
"identifier": "replace_indicators/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.0
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.2

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/bin/komand_rapid7_insightidr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Rapid7 InsightIDR"
Vendor = "rapid7"
Version = "10.3.3"
Version = "10.3.4"
Description = "This plugin allows you to add indicators to a threat and see the status of investigations"


Expand Down
12 changes: 10 additions & 2 deletions plugins/rapid7_insightidr/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
This plugin allows you to add indicators to a threat and see the status of investigations

# Key Features

*This plugin does not contain any key features.*

* System Information and Event Management
* Endpoint Detection and Response
* Network Traffic Analysis
* User and Entity Behaviour Analytics
* Cloud and Integrations
* Embedded Threat Intelligence
* Deception Technology
* Incident Response and Investigations

# Requirements

Expand Down Expand Up @@ -3392,6 +3399,7 @@ Example output:

# Version History

* 10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2
* 10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0
* 10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version
* 10.3.1 - `Advanced Query On Log / Log Set` - Fixed issue where results >500 returned none | Update SDK
Expand Down
14 changes: 12 additions & 2 deletions plugins/rapid7_insightidr/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rapid7_insightidr
title: "Rapid7 InsightIDR"
description: "This plugin allows you to add indicators to a threat and see the status of investigations"
version: 10.3.3
version: 10.3.4
connection_version: 5
supported_versions: ["Latest release successfully tested on 2024-09-10."]
vendor: rapid7
Expand All @@ -22,11 +22,21 @@ hub_tags:
use_cases: [threat_detection_and_response]
keywords: [siem, rapid7, cloud_enabled]
features: []
key_features:
- "System Information and Event Management"
- "Endpoint Detection and Response"
- "Network Traffic Analysis"
- "User and Entity Behaviour Analytics"
- "Cloud and Integrations"
- "Embedded Threat Intelligence"
- "Deception Technology"
- "Incident Response and Investigations"
sdk:
type: full
version: 6.2.0
version: 6.2.2
user: nobody
version_history:
- "10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2"
- "10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0"
- "10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version"
- "10.3.1 - `Advanced Query On Log / Log Set` - Fixed issue where results >500 returned none | Update SDK"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# See: https://pip.pypa.io/en/stable/user_guide/#requirements-files
python-dateutil==2.9.0
validators==0.34.0
aiohttp==3.11.6
aiohttp==3.11.10
parameterized==0.8.1
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rapid7_insightidr-rapid7-plugin",
version="10.3.3",
version="10.3.4",
description="This plugin allows you to add indicators to a threat and see the status of investigations",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 2f8b6d6

Please sign in to comment.