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
Found via code audit. crates/hstry-core/src/remote.rs:244-254. file_exists() and expand_remote_path() pass untrusted path into format!(test -f {remote_path}). Semicolons inject commands.
Found via code audit. crates/hstry-core/src/remote.rs:244-254. file_exists() and expand_remote_path() pass untrusted path into format!(test -f {remote_path}). Semicolons inject commands.