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
line 186:
execl(shell, "sh", "-c", Cmd, NULL); /* does not return if successful */
--
| The value of this argument may come from call to getenv and is being passed to execl
Reporter Info
Anh Van, NASA Goddard
The text was updated successfully, but these errors were encountered:
This is a significant security concern. Suggestion is to separate out the shell functionality and make it optionally included (preference is per build system option). Or remove shell functionality entirely.
Describe the bug
reference issues #320
posix/osfileapi.c
Reporter Info
Anh Van, NASA Goddard
The text was updated successfully, but these errors were encountered: