gitlab.bandit.B312

385
Download Count*
License

Telnet does not encrypt communications. Use SSH instead.

Run Locally

Run in CI

Defintion

rules:
  - id: bandit.B312
    pattern: telnetlib.$ANYTHING(...)
    message: |
      Telnet does not encrypt communications. Use SSH instead.
    metadata:
      cwe: "CWE-319: Cleartext Transmission of Sensitive Information"
      owasp: "A3: Sensitive Data Exposure"
      primary_identifier: bandit.B312
      secondary_identifiers:
        - name: Bandit Test ID B312
          type: bandit_test_id
          value: B312
      license: MIT
    severity: WARNING
    languages:
      - python