preflight
Back to changelog
May 13, 2026 v0.12.17

Safer scan cancellation and stricter TLS

This release focuses on making scans easier to stop safely and making network probing more resilient. It also tightens TLS defaults to keep checks safer by default.

Cleaner scan cancellation

You can now interrupt a scan and have in-flight network requests stop promptly, instead of waiting on long timeouts. This makes it easier to abort runs that are taking longer than expected or were started with the wrong target.

Security and stability updates for network checks

TLS connections now default to a minimum of TLS 1.2, helping ensure secure connections even if a caller provides a TLS configuration that does not set a minimum version.

Several URL probes and fetches now consistently use the scan’s request context, improving reliability when checks are running and reducing the chance of requests lingering after you stop a scan.

Tags

Bug Fix Security Backend