Bump Endpoint to v1.4.3

This commit is contained in:
github-actions[bot] 2026-05-19 21:48:42 +00:00
parent 3f0837c65a
commit 8f14a96f9b
2 changed files with 4 additions and 4 deletions

View file

@ -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