Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
mount_linux.go: most-fixed (2 issues). Treat as high-risk during review.
3 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: User-controlled mount options were interpolated into a PowerShell command string, allowing arbitrary command execution.
Information Disclosure: Sensitive mount options (e.g., credentials) were not combined into the SMB mapping, risking credential loss or exposure.
Information Disclosure: Sensitive mount options were logged via klog.Infof, potentially exposing credentials in logs.