Build: #11 failed
Job: Bandit CASA6 CasaTasks failed
B605 - start process with a shell: Test case result
The below summarizes the result of the test "B605 - start process with a shell" in build 11 of CASA - Release Engineering Cmake Package Audit - Vulnerability - Bandit CASA6 CasaTasks.
- Description
- B605 - start process with a shell
- Test class
- /wheeldirectory/casa6/casatasks/tests/tasks/test_task_impbcor.py
- Method
- B605 - start_process_with_a_shell
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
LOW: Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell Test ID: B605 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/tests/tasks/test_task_impbcor.py:73 Code: 73 Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell More info: https://bandit.readthedocs.io/en/1.9.4/plugins/b605_start_process_with_a_shell.html