mirror of
https://github.com/Kong/insomnia.git
synced 2026-08-04 03:42:20 -04:00
Adds a small console-subsystem C++ wrapper that applies the same PreferSystem32Images process mitigation as the GUI's secure wrapper before launching the real inso payload as a child process, forwarding stdin/stdout/stderr and the child's real exit code so CI/scripted use of inso is unaffected. Also verifies the payload's Authenticode signature before launching it, guarding against an attacker with write access to the same directory (the vulnerability's own precondition) simply replacing the payload outright. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>