UNCLASSIFIED - NO CUI

Skip to content

Add additional subproc rules

Kenneth Maguire requested to merge 830-additional-subprocess-rules into master

Description

Add subprocess rules for the following:

  • error on shell=True
  • error on non list type passed to subprocess cmds
  • error on not using with when using subprocess.Popen

Risk

low - no feature changes present in this MR

Rollback Plan

revert MR

Testing

Tested locally in vscode and on the cmdline

Closes #830 (closed)

Edited by Kenneth Maguire

Merge request reports