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: use shutil.which to resolve sf path, remove shell=True
Addresses reviewer concern about command injection risk with shell=True.
shutil.which resolves the sf executable (falling back to sf.cmd on
Windows), keeping shell=False everywhere while still working on Windows.
0 commit comments