Skip to content

Commit

Permalink
Rapid7_Insightidr 7.0.0 release (#2112)
Browse files Browse the repository at this point in the history
* [SOAR-15940] InsightIDR - advanced_query_on_log_set statistical result bug fix (#2108)

* SOAR-15940-Fixing issue where statistical calls to advanced_query_on_log_set was always coming back as 0.0

* SOAR-15940-updated unit tests for advanced_query_on_log_set to include schema validation

* SOAR-15940-updated unit tests for advanced_query_on_log_set to include schema validation

* SOAR-15940-updating count to better reflect the total items matched

* SOAR-15940-updating count to better reflect the total items matched

* SOAR-15940-updating unit test to reflect change to count

* SOAR-15940-adding more specific error handling

* [PLGN-614] InsightIDR - Adding parity between advanced_query_on_log_set and advanced_query_on_log (#2110)

* PLGN-614-Adding parity between advanced_query_on_log_set and advanced_query_on_log

* PLGN-614-Updating the help md to use cpatial letter

* PLGN-614-Updating the help md to match style format

* [PLGN-651] insightidr - Fixing schema error with required fields and adding in unit tests for checking schemas (#2116)

* PLGN-615-Fixing schema error with required fields and adding in unit test coverage for schema

* PLGN-615-Updating help doc with new chnages

* Bump aiohttp from 3.8.5 to 3.8.6 in /plugins/rapid7_insightidr (#2118)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.5...v3.8.6)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
rbowden-r7 and dependabot[bot] authored Nov 15, 2023
1 parent c20e00a commit b30d584
Show file tree
Hide file tree
Showing 53 changed files with 1,717 additions and 467 deletions.
26 changes: 13 additions & 13 deletions plugins/rapid7_insightidr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"spec": "e88e03be591a773f6f06ab8f8ff72d75",
"manifest": "fcaf023d3d8e468094348803d3ecc5eb",
"setup": "3b83b99c77061338b639889ef7848b9b",
"spec": "9c7adee28e0b9c12161fda2542f9d8d5",
"manifest": "9abe6edabaacd69f194daf13dde4f071",
"setup": "33356615b4b2f4d9999cc064148b9187",
"schemas": [
{
"identifier": "add_indicators_to_a_threat/schema.py",
"hash": "ae591f6016d3c55c7d02f6ccbff1ace5"
},
{
"identifier": "advanced_query_on_log/schema.py",
"hash": "8eee4540d5732fa2be2f9a5c4cc603e0"
"hash": "00bc1cfd11f5e82bbd42a41f7bb73aa6"
},
{
"identifier": "advanced_query_on_log_set/schema.py",
"hash": "0b8b017708cf1a7fa5b775c9b5d78666"
"hash": "b5b2c8b6a3b884b33241f87004815459"
},
{
"identifier": "assign_user_to_investigation/schema.py",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"identifier": "get_asset_information/schema.py",
"hash": "85365495f1c8163d9ea7bd57d6868912"
"hash": "64effaa9ce11a6c8a5ce9a7c549ab065"
},
{
"identifier": "get_attachment_information/schema.py",
Expand All @@ -77,7 +77,7 @@
},
{
"identifier": "get_user_information/schema.py",
"hash": "425c12ebf63cfbf4e33cc5062f6f79d6"
"hash": "97336fed8bb4500168c4e0e917207409"
},
{
"identifier": "list_alerts_for_investigation/schema.py",
Expand All @@ -93,7 +93,7 @@
},
{
"identifier": "list_investigations/schema.py",
"hash": "30638dbade4c0cfc4973ae8f337cf74d"
"hash": "efccfd5964ecf0e34d332a0be02b978f"
},
{
"identifier": "query/schema.py",
Expand All @@ -105,23 +105,23 @@
},
{
"identifier": "search_investigations/schema.py",
"hash": "ddc78a2fec8c00fdb0027eb106977bac"
"hash": "863a7464093e3172bb4c8fdfdc6ff565"
},
{
"identifier": "set_disposition_of_investigation/schema.py",
"hash": "c552a2a6b9b88ca956d0ec803820cde9"
"hash": "9a69bbb81a33f783e6031f2901ea1ae4"
},
{
"identifier": "set_priority_of_investigation/schema.py",
"hash": "3c2c3a618cb7706088bf8b3514840456"
"hash": "6a81d506bdef375ea5a0b5fd16ba8349"
},
{
"identifier": "set_status_of_investigation_action/schema.py",
"hash": "9df649243e960ecd339d2e1989b613b9"
"hash": "e9ac594003f3a4ef378aebdd14301439"
},
{
"identifier": "update_investigation/schema.py",
"hash": "899b1d2e69fb65d67c25af353e4b4249"
"hash": "59a5851e5ebf096ba9f22ed5eff1cc0b"
},
{
"identifier": "upload_attachment/schema.py",
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 = "6.0.1"
Version = "7.0.0"
Description = "This plugin allows you to add indicators to a threat and see the status of investigations"


Expand Down
Loading

0 comments on commit b30d584

Please sign in to comment.