Security context

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

pulumi/pulumi
master @ a19454a
31
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Information Disclosure: 21 prior fixes. Scrutinize any change in this area.
pkg/resource/deploy: most-fixed (2 issues). Treat as high-risk during review.
2 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.

Information Disclosure: Secrets can easily be unwrapped or stripped of their secret status when serialized or deserialized across different runtime RPC boundaries. Consistent propagation of secret markers is required to prevent plaintext leaks.
Path Traversal: Archive extraction routines have historically been vulnerable to ZipSlip/Path Traversal, letting maliciously crafted archive entries write files outside the intended target directory.
Information Disclosure: Standard logging calls and verbose V-level logging utilities can inadvertently expose raw secrets if they are JSON-escaped, multi-line, or bypass the primary string filter.