Pattern: Import of telnetlib
module
Issue: -
A telnet-related module is being imported. Telnet is considered insecure protocol because of serious security concerns when using over an open network such as the Internet. Use SSH
or some other encrypted protocol instead.