Skip to content

Files

Latest commit

 

History

History
19 lines (12 loc) · 595 Bytes

B412.md

File metadata and controls

19 lines (12 loc) · 595 Bytes

Pattern: Import is related to httpoxy vulnerabilities

Issue: -

Description

httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. The use of CGI for web applications should be avoided to prevent this class of attack.

This rule checks for the following imports:

  • wsgiref.handlers.CGIHandler
  • twisted.web.twcgi.CGIScript

Further Reading