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
apache2 is currently on the list of programs that are allowed to spawn shells inside a container. However, when apache uses mod_{php,perl}, etc to directly evaluate interpreted code, this could mean that shells spawned by the interpreted php, perl, etc. scripts won't be detected.
The fix is to remove apache2 from the list. We'll fix any false positives that get re-introduced in a different way.
The text was updated successfully, but these errors were encountered:
apache2 is currently on the list of programs that are allowed to spawn shells inside a container. However, when apache uses mod_{php,perl}, etc to directly evaluate interpreted code, this could mean that shells spawned by the interpreted php, perl, etc. scripts won't be detected.
The fix is to remove apache2 from the list. We'll fix any false positives that get re-introduced in a different way.
The text was updated successfully, but these errors were encountered: