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
Given that (1) we run with some privileges and (2) we call out to some processes, we need be extra certain that we're doing it safely. Audit for failure to set PATH or fail to sanitize user input on the way to exec().
The text was updated successfully, but these errors were encountered:
Given that (1) we run with some privileges and (2) we call out to some processes, we need be extra certain that we're doing it safely. Audit for failure to set
PATH
or fail to sanitize user input on the way toexec()
.The text was updated successfully, but these errors were encountered: