From ddc6b0a15214578eec856f1bc63f9b89b0675103 Mon Sep 17 00:00:00 2001 From: Abhishek9639 <219546085+Abhishek9639@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:23:56 +0000 Subject: [PATCH] Update GoReSym from v3.0.2 to v3.4 --- integrations/malware_tools_analyzers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/malware_tools_analyzers/Dockerfile b/integrations/malware_tools_analyzers/Dockerfile index 7304bc2717..a9e7101685 100644 --- a/integrations/malware_tools_analyzers/Dockerfile +++ b/integrations/malware_tools_analyzers/Dockerfile @@ -32,7 +32,7 @@ WORKDIR ${PROJECT_PATH}/goresym RUN if [[ $TARGETARCH == "amd64" ]]; \ then export GORESYM_ARCH="linux"; \ else export GORESYM_ARCH="mac"; fi \ - && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.0.2/GoReSym-$GORESYM_ARCH.zip" \ + && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.4/GoReSym-$GORESYM_ARCH.zip" \ && unzip "GoReSym-$GORESYM_ARCH.zip" \ && chmod +x GoReSym \ && ln -s ${PROJECT_PATH}/goresym/GoReSym /usr/local/bin/goresym