Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 439 Bytes

B410.md

File metadata and controls

13 lines (8 loc) · 439 Bytes

Pattern: Import of lxml module

Issue: -

Description

Using various methods to parse untrusted XML data is known to be vulnerable to XML attacks. Replace vulnerable imports with the equivalent defusedxml package.

Further Reading