gitlab.bandit.B411

385
Download Count*
License

Consider possible security implications associated with xmlrpclib module.

Run Locally

Run in CI

Defintion

rules:
  - id: bandit.B411
    pattern-either:
      - pattern: import xmlrpclib
    message: |
      Consider possible security implications associated with xmlrpclib module.
    metadata:
      cwe: "CWE-502: Deserialization of Untrusted Data"
      owasp: "A8: Insecure Deserialization"
      primary_identifier: bandit.B411
      secondary_identifiers:
        - name: Bandit Test ID B411
          type: bandit_test_id
          value: B411
      license: MIT
    severity: ERROR
    languages:
      - python