Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

microsoft/vcpkg
master @ ba91fd5
40
Fixes
1
CVEs
CRITICAL
Peak severity
56.7%
Coverage
Highlights
Command Injection: 6 prior fixes. Scrutinize any change in this area.
openssl: most-fixed (3 issues). Treat as high-risk during review.
20 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Command Injection: The toolsrc orchestrator frequently invokes external binaries (like git, cmake, and powershell) using shell utilities, leading to recurring command and argument injections when arguments are improperly formatted, validated, or quoted.
Missing Cryptographic Signature Verification: Downloaded build tools and dependency archives were historically extracted or manipulated before verifying their SHA-512 hashes, risking untrusted execution of altered or backdoored artifacts.
Uncontrolled Search Path Element: OpenSSL ports configured with a hardcoded, world-writable build-machine '--openssldir' path allowed local privilege escalation or path disclosure via malicious configurations.