Skip to content

Change check_output to not use the shell equal to True functionality.

Sam Kerr requested to merge shell-commands-false-vrange into master

What does this MR do?

This MR removes the use of shell=True from several Python subprocess calls. This resolves the Critical security vulnerabilities associated with those lines. The code is not doing a complex shell command where shell=True would be needed, so they should set it to False instead.

What are the relevant issue numbers?

None.

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports