Build: #11 failed Manual run by Akeem Wells
Build result summary
Details
- Completed
- Queue duration
- 1 second
- Duration
- 2 minutes
- Labels
- None
- Revisions
-
- Casa6
-
c84be1413a0d775fc6fe17d180f968a1475a1fa6
- OPEN-CASA-PKG
-
e5285e68467f01199807a1f1a978aec8a4781be7
- Total tests
- 360
- Failing since
- #7 (Manual run by Akeem Wells – )
Tests
- 0 New failures
- 230 Existing failures
- 0 Fixed
- 10 Quarantined / skipped
Responsible
This build has been failing since #7
No one has taken responsibility
Tests
| Status | Test | Failing since | View job | Duration | |
|---|---|---|---|---|---|
|
py
B310 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. Test ID: B310 Severity: MEDIUM Confidence: HIGH CWE: 22 (https://cwe.mitre.org/data/definitions/22.html) Location: /wheeldirectory/casa6/casatasks/setup.py:421 Code: 421 Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. (1 more lines...) |
|||||
|
py
B603 - subprocess_without_shell_equals_true
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: subprocess call - check for execution of untrusted input. Test ID: B603 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/setup.py:121 Code: 121 subprocess call - check for execution of untrusted input. (1 more lines...) |
|||||
|
py
B403 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with pickle module. Test ID: B403 Severity: LOW Confidence: HIGH CWE: 502 (https://cwe.mitre.org/data/definitions/502.html) Location: /wheeldirectory/casa6/casatasks/setup.py:82 Code: 82 Consider possible security implications associated with pickle module. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/setup.py:75 Code: 75 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B102 - exec_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of exec detected. Test ID: B102 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/callibrary.py:303 Code: 303 Use of exec detected. (1 more lines...) |
|||||
|
py
B102 - exec_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of exec detected. Test ID: B102 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/casaxmlutil.py:158 Code: 158 Use of exec detected. (1 more lines...) |
|||||
|
py
B318 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parse with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called Test ID: B318 Severity: MEDIUM Confidence: HIGH CWE: 20 (https://cwe.mitre.org/data/definitions/20.html) Location: /wheeldirectory/casa6/casatasks/src/private/casaxmlutil.py:182 Code: 182 Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parse with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called (1 more lines...) |
|||||
|
py
B408 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Using minidom to parse untrusted XML data is known to be vulnerable to XML attacks. Replace minidom with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called. Test ID: B408 Severity: LOW Confidence: HIGH CWE: 20 (https://cwe.mitre.org/data/definitions/20.html) Location: /wheeldirectory/casa6/casatasks/src/private/casaxmlutil.py:4 Code: 4 Using minidom to parse untrusted XML data is known to be vulnerable to XML attacks. Replace minidom with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/cleanhelper.py:11 Code: 11 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B110 - try_except_pass
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Try, Except, Pass detected. Test ID: B110 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/cleanhelper.py:295 Code: 295 Try, Except, Pass detected. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/cleanhelper.py:479 Code: 479 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/concatephem.py:123 Code: 123 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/convertephem.py:141 Code: 141 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B310 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. Test ID: B310 Severity: MEDIUM Confidence: HIGH CWE: 22 (https://cwe.mitre.org/data/definitions/22.html) Location: /wheeldirectory/casa6/casatasks/src/private/correct_ant_posns_evla.py:97 Code: 97 Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/flaghelper.py:1038 Code: 1038 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B408 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Using minidom to parse untrusted XML data is known to be vulnerable to XML attacks. Replace minidom with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called. Test ID: B408 Severity: LOW Confidence: HIGH CWE: 20 (https://cwe.mitre.org/data/definitions/20.html) Location: /wheeldirectory/casa6/casatasks/src/private/flaghelper.py:1962 Code: 1962 Using minidom to parse untrusted XML data is known to be vulnerable to XML attacks. Replace minidom with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called. (1 more lines...) |
|||||
|
py
B307 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of possibly insecure function - consider using safer ast.literal_eval. Test ID: B307 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/flaghelper.py:982 Code: 982 Use of possibly insecure function - consider using safer ast.literal_eval. (1 more lines...) |
|||||
|
py
B318 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parse with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called Test ID: B318 Severity: MEDIUM Confidence: HIGH CWE: 20 (https://cwe.mitre.org/data/definitions/20.html) Location: /wheeldirectory/casa6/casatasks/src/private/flaghelper.py:1986 Code: 1986 Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parse with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called (1 more lines...) |
|||||
|
py
B110 - try_except_pass
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Try, Except, Pass detected. Test ID: B110 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/ialib.py:44 Code: 44 Try, Except, Pass detected. (1 more lines...) |
|||||
|
py
B101 - assert_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Test ID: B101 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/imagerhelpers/_gclean.py:2164 Code: 2164 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/imagerhelpers/_gclean.py:47 Code: 47 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/imagerhelpers/imager_parallel_cube.py:333 Code: 333 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B307 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of possibly insecure function - consider using safer ast.literal_eval. Test ID: B307 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/imagerhelpers/input_parameters.py:922 Code: 922 Use of possibly insecure function - consider using safer ast.literal_eval. (1 more lines...) |
|||||
|
py
B310 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. Test ID: B310 Severity: MEDIUM Confidence: HIGH CWE: 22 (https://cwe.mitre.org/data/definitions/22.html) Location: /wheeldirectory/casa6/casatasks/src/private/jplhorizons_query.py:185 Code: 185 Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. (1 more lines...) |
|||||
|
py
B310 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. Test ID: B310 Severity: MEDIUM Confidence: HIGH CWE: 22 (https://cwe.mitre.org/data/definitions/22.html) Location: /wheeldirectory/casa6/casatasks/src/private/jyperk.py:507 Code: 507 Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected. (1 more lines...) |
|||||
|
py
B101 - assert_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Test ID: B101 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/jyperk.py:49 Code: 49 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/mslisthelper.py:7 Code: 7 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B110 - try_except_pass
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Try, Except, Pass detected. Test ID: B110 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/mstools.py:59 Code: 59 Try, Except, Pass detected. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_data_helper.py:597 Code: 597 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B607 - start_process_with_partial_path
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Starting a process with a partial executable path Test ID: B607 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_data_helper.py:1611 Code: 1611 Starting a process with a partial executable path (1 more lines...) |
|||||
|
py
B603 - subprocess_without_shell_equals_true
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: subprocess call - check for execution of untrusted input. Test ID: B603 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_data_helper.py:1611 Code: 1611 subprocess call - check for execution of untrusted input. (1 more lines...) |
|||||
|
py
B110 - try_except_pass
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Try, Except, Pass detected. Test ID: B110 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_data_helper.py:1618 Code: 1618 Try, Except, Pass detected. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_data_helper.py:8 Code: 8 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B102 - exec_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of exec detected. Test ID: B102 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_task_helper.py:248 Code: 248 Use of exec detected. (1 more lines...) |
|||||
|
py
B307 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Use of possibly insecure function - consider using safer ast.literal_eval. Test ID: B307 Severity: MEDIUM Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/parallel/parallel_task_helper.py:657 Code: 657 Use of possibly insecure function - consider using safer ast.literal_eval. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/partitionhelper.py:125 Code: 125 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B602 - subprocess_popen_with_shell_equals_true
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
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. (1 more lines...) |
|||||
|
py
B404 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Consider possible security implications associated with the subprocess module. Test ID: B404 Severity: LOW Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/partitionhelper.py:13 Code: 13 Consider possible security implications associated with the subprocess module. (1 more lines...) |
|||||
|
py
B108 - hardcoded_tmp_directory
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Probable insecure usage of temp file/directory. Test ID: B108 Severity: MEDIUM Confidence: MEDIUM CWE: 377 (https://cwe.mitre.org/data/definitions/377.html) Location: /wheeldirectory/casa6/casatasks/src/private/partitionhelper.py:36 Code: 36 Probable insecure usage of temp file/directory. (1 more lines...) |
|||||
|
py
B311 - blacklist
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Standard pseudo-random generators are not suitable for security/cryptographic purposes. Test ID: B311 Severity: LOW Confidence: HIGH CWE: 330 (https://cwe.mitre.org/data/definitions/330.html) Location: /wheeldirectory/casa6/casatasks/src/private/sdint_helper.py:19 Code: 19 Standard pseudo-random generators are not suitable for security/cryptographic purposes. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/sdint_helper.py:38 Code: 38 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B112 - try_except_continue
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Try, Except, Continue detected. Test ID: B112 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/setjy_helper.py:126 Code: 126 Try, Except, Continue detected. (1 more lines...) |
|||||
|
py
B108 - hardcoded_tmp_directory
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
MEDIUM: Probable insecure usage of temp file/directory. Test ID: B108 Severity: MEDIUM Confidence: MEDIUM CWE: 377 (https://cwe.mitre.org/data/definitions/377.html) Location: /wheeldirectory/casa6/casatasks/src/private/setjy_helper.py:515 Code: 515 Probable insecure usage of temp file/directory. (1 more lines...) |
|||||
|
py
B101 - assert_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Test ID: B101 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/simutil.py:3311 Code: 3311 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_apparentsens.py:29 Code: 29 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_concat.py:274 Code: 274 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_conjugatevis.py:62 Code: 62 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||
|
py
B101 - assert_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Test ID: B101 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_cvel.py:193 Code: 193 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. (1 more lines...) |
|||||
|
py
B101 - assert_used
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Test ID: B101 Severity: LOW Confidence: HIGH CWE: 703 (https://cwe.mitre.org/data/definitions/703.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_cvel2.py:45 Code: 45 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. (1 more lines...) |
|||||
|
py
B605 - start_process_with_a_shell
|
Failing since build #10 (Manual run by Akeem Wells) | Bandit CASA6 CasaTasks | < 1 sec | ||
HIGH: Starting a process with a shell, possible injection detected, security issue. Test ID: B605 Severity: HIGH Confidence: HIGH CWE: 78 (https://cwe.mitre.org/data/definitions/78.html) Location: /wheeldirectory/casa6/casatasks/src/private/task_exportasdm.py:80 Code: 80 Starting a process with a shell, possible injection detected, security issue. (1 more lines...) |
|||||