Build: #11 failed
Job: Bandit CASA6 CasaTasks failed
B602 - subprocess popen with shell equals true: Test case result
The below summarizes the result of the test "B602 - subprocess popen with shell equals true" in build 11 of CASA - Release Engineering Cmake Package Audit - Vulnerability - Bandit CASA6 CasaTasks.
- Description
- B602 - subprocess popen with shell equals true
- Test class
- /wheeldirectory/casa6/casatasks/src/private/partitionhelper.py
- Method
- B602 - subprocess_popen_with_shell_equals_true
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
HIGH: subprocess call with shell=True identified, security issue. Test ID: B602 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/partitionhelper.py:699 Code: 699 subprocess call with shell=True identified, security issue. More info: https://bandit.readthedocs.io/en/1.9.4/plugins/b602_subprocess_popen_with_shell_equals_true.html