Files
insomnia/packages
Kyle 7cbb6d3ecb fix: harden insomnia.cpp secure wrapper against buffer overflow and payload tampering
Applies process mitigation policies before the Squirrel install/update
branches (previously set too late to protect them), fixes a byte/char
buffer-size mismatch in GetModuleFileNameW that risked a stack overflow
on long paths, adds Authenticode signature verification before copying
or launching the wrapped payload, and fixes a misleading error message
and a handle leak on an error path.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-10 11:56:42 -04:00
..