gitlab.bandit.B412

385
Download Count*
License

Consider possible security implications associated with httpoxy module.

Run Locally

Run in CI

Defintion

rules:
  - id: bandit.B412
    pattern-either:
      - pattern: wsgiref.handlers.CGIHandler(...)
      - pattern: twisted.web.twcgi.CGIDirectory(...)
    message: |
      Consider possible security implications associated with httpoxy module.
    metadata:
      cwe: "CWE-284: Improper Access Control"
      owasp: "A5: Broken Access Control"
      primary_identifier: bandit.B412
      secondary_identifiers:
        - name: Bandit Test ID B412
          type: bandit_test_id
          value: B412
      license: MIT
    severity: ERROR
    languages:
      - python