The SSH handler in internal/ssh/ssh.go was explicitly documented in Sonar's CVE-2024-39930 analysis as vulnerable to argument injection via 'env --split-string'. 2. The changes preview vulnerability (CVE-2024-39932) implies a similar pattern in web request handlers, where user-controlled input is passed to CLI tools without proper argument separation. The GHSA-9pp6-wq8c-3w2c patch notes confirm fixes involving end-of-options delimiters, strongly suggesting improper argument handling in preview-related functions.