Build: #11 failed
Job: Bandit CASA6 CasaTasks failed
B402 - blacklist: Test case result
The below summarizes the result of the test "B402 - blacklist" in build 11 of CASA - Release Engineering Cmake Package Audit - Vulnerability - Bandit CASA6 CasaTasks.
- Description
- B402 - blacklist
- Test class
- /wheeldirectory/casa6/casatasks/src/private/tec_maps.py
- Method
- B402 - blacklist
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
HIGH: A FTP-related module is being imported. FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol. Test ID: B402 Severity: HIGH Confidence: HIGH CWE: 319 (https://cwe.mitre.org/data/definitions/319.html) Location: /wheeldirectory/casa6/casatasks/src/private/tec_maps.py:159 Code: 159 A FTP-related module is being imported. FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol. More info: https://bandit.readthedocs.io/en/1.9.4/blacklists/blacklist_imports.html#b402-import-ftplib