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
Signed-off-by: maipbui maibui@microsoft.com
Why I did it
subprocess is used with shell=True, which is very dangerous for shell injection.
How I did it
remove shell=True, use shell=False
How to verify it
Pass UT
Manual test
0 commit comments