Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TheHive 5.0.0 Release #2204

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/thehive/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "318d7c8341e4736fe072c1d07385952f",
"manifest": "3308658e564632a09fa17d3d054e66f1",
"setup": "d77c3a54df93e27fb9ff9ec5d562025c",
"spec": "2d883aeb1845e3c4fce681107d7fdd2c",
"manifest": "b004976d0de9ad7230f2d1613f70fbcf",
"setup": "5c11e585dc121982d6e27614a40b1958",
"schemas": [
{
"identifier": "close_case/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/thehive/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rapid7/insightconnect-python-3-38-plugin:5
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:5

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

Name = "TheHive"
Vendor = "rapid7"
Version = "5.0.0"
Version = "5.0.1"
Description = "TheHive is a scalable, open source security incident response solution designed for SOCs & CERTs to collaborate, elaborate, analyze and get their job done"


Expand Down
1 change: 1 addition & 0 deletions plugins/thehive/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ Example output:

# Version History

* 5.0.1 - Update requests module to version 2.31.0
* 5.0.0 - Refactor: Fixed issues in previous refactor that caused connection issues and made the schemas for actions more compatible with outputs.
* 4.0.0 - Added additional error handling for issues that occur outside the expected status codes | Action: `create_case` remade to not include task input
* 3.0.0 - Refactored plugin | Removed `thehive4py` dependency | Action: Split `get_user` into two new actions, `get_user_by_id` & `get_current_user`
Expand Down
2 changes: 1 addition & 1 deletion plugins/thehive/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: thehive
title: TheHive
description: "TheHive is a scalable, open source security incident response solution designed for SOCs & CERTs to collaborate, elaborate, analyze and get their job done"
version: 5.0.0
version: 5.0.1
supported_versions: ["2023-05-17"]
vendor: rapid7
support: community
Expand Down
2 changes: 1 addition & 1 deletion plugins/thehive/requirements.txt
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
python-magic==0.4.15
requests==2.20.0
requests==2.31.0
parameterized==0.8.1
2 changes: 1 addition & 1 deletion plugins/thehive/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="thehive-rapid7-plugin",
version="5.0.0",
version="5.0.1",
description="TheHive is a scalable, open source security incident response solution designed for SOCs & CERTs to collaborate, elaborate, analyze and get their job done",
author="rapid7",
author_email="",
Expand Down
Loading