Build: #11 failed
Job: Bandit CASA6 CasaTasks failed
B101 - assert used: Test case result
The below summarizes the result of the test "B101 - assert used" in build 11 of CASA - Release Engineering Cmake Package Audit - Vulnerability - Bandit CASA6 CasaTasks.
- Description
- B101 - assert used
- Test class
- /wheeldirectory/casa6/casatasks/src/private/task_sdgaincal.py
- Method
- B101 - assert_used
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
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_sdgaincal.py:13 Code: 13 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. More info: https://bandit.readthedocs.io/en/1.9.4/plugins/b101_assert_used.html