From c4442261fc0b73b41decfc87188b61a2ecd435e3 Mon Sep 17 00:00:00 2001 From: nusantara-self <15647296+nusantara-self@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:04:09 +0800 Subject: [PATCH] Pin thehive4py package version to 1.8.x --- responders/MailIncidentStatus/requirements.txt | 2 +- responders/PaloAltoNGFW/requirements.txt | 2 +- responders/Velociraptor/requirements.txt | 2 +- responders/VirustotalDownloader/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/responders/MailIncidentStatus/requirements.txt b/responders/MailIncidentStatus/requirements.txt index c476e0aca..a33100424 100644 --- a/responders/MailIncidentStatus/requirements.txt +++ b/responders/MailIncidentStatus/requirements.txt @@ -1,2 +1,2 @@ cortexutils -thehive4py +thehive4py~=1.8.1 diff --git a/responders/PaloAltoNGFW/requirements.txt b/responders/PaloAltoNGFW/requirements.txt index a827e6c55..9868223c6 100644 --- a/responders/PaloAltoNGFW/requirements.txt +++ b/responders/PaloAltoNGFW/requirements.txt @@ -1,4 +1,4 @@ cortexutils requests pan-os-python -thehive4py \ No newline at end of file +thehive4py~=1.8.1 \ No newline at end of file diff --git a/responders/Velociraptor/requirements.txt b/responders/Velociraptor/requirements.txt index 148c0c690..7860d238b 100755 --- a/responders/Velociraptor/requirements.txt +++ b/responders/Velociraptor/requirements.txt @@ -2,4 +2,4 @@ cortexutils cryptography grpcio-tools pyvelociraptor -thehive4py \ No newline at end of file +thehive4py~=1.8.1 \ No newline at end of file diff --git a/responders/VirustotalDownloader/requirements.txt b/responders/VirustotalDownloader/requirements.txt index 8bb849d29..cfbc35b68 100644 --- a/responders/VirustotalDownloader/requirements.txt +++ b/responders/VirustotalDownloader/requirements.txt @@ -1,6 +1,6 @@ cortexutils datetime requests -thehive4py +thehive4py~=1.8.1 python-magic filetype