You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix security review followups from PR #161
- Resolve symlinks on CWD in repoConfigPath and localConfigPaths so
trust-boundary comparisons are consistent (both sides now resolved)
- Remove redundant duplicate RequireSecureURL check after profile merge
- Fix isConfigCmd docstring placement (was fused with transformCobraError)
* Fail closed when symlink resolution fails in config path discovery
repoConfigPath and localConfigPaths now return empty/nil when
EvalSymlinks(cwd) fails, rather than falling back to the unresolved
path. Prevents trust-boundary bypass under unusual filesystem conditions.
0 commit comments