From 3f4ab3e91eca871a542b1a2e4ba2bae3efabdf54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 May 2026 21:57:00 +0000 Subject: [PATCH] Bump Endpoint to v1.4.3 --- install-scripts/install-endpoint-mac.sh | 4 ++-- install-scripts/install-endpoint-windows.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-scripts/install-endpoint-mac.sh b/install-scripts/install-endpoint-mac.sh index feabeb1..9321e52 100755 --- a/install-scripts/install-endpoint-mac.sh +++ b/install-scripts/install-endpoint-mac.sh @@ -7,8 +7,8 @@ set -e # Exit on error # Configuration -INSTALL_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v1.3.4/EndpointProtection.pkg" -DOWNLOAD_SHA256="f2ea55588d42e4aa17545ad787f46dd36001009e2ddb9655c497b1a36edf3581" +INSTALL_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v1.4.3/EndpointProtection.pkg" +DOWNLOAD_SHA256="09b17a174701ec5af667cdf2832a97aace55177e3895a10010cf06e7764ccf35" TOKEN_FILE="/tmp/aikido_endpoint_token.txt" # Colors for output diff --git a/install-scripts/install-endpoint-windows.ps1 b/install-scripts/install-endpoint-windows.ps1 index 29bc873..af3e4f3 100644 --- a/install-scripts/install-endpoint-windows.ps1 +++ b/install-scripts/install-endpoint-windows.ps1 @@ -7,8 +7,8 @@ param( ) # Configuration -$InstallUrl = "https://github.com/AikidoSec/safechain-internals/releases/download/v1.3.4/EndpointProtection.msi" -$DownloadSha256 = "0699379716a9a8b1531befa538befb237252af9f7fd780b33f4dce73588c6f83" +$InstallUrl = "https://github.com/AikidoSec/safechain-internals/releases/download/v1.4.3/EndpointProtection.msi" +$DownloadSha256 = "584139891065c94bd3ac319222e15a671e56f3272da867f7adac7dae9505e3ae" # Ensure TLS 1.2 is enabled for downloads [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12