uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Telnet related module imported BAN-B401
Security
Major
a year agoa year old
A telnet-related module is being imported. Telnet is considered insecure. Use SSH or some other encrypted protocol.
 1import uuid
 2from telnetlib import STATUS 3
 4from locust import HttpUser, between, task
 5