Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 355 Bytes

File metadata and controls

4 lines (4 loc) · 355 Bytes
category newQuery
  • Added a new query, rust/xxe, to detect XML external entity (XXE) vulnerabilities in Rust code that uses the libxml crate (bindings to C's libxml2). The query flags calls to libxml2 parsing functions with unsafe options (XML_PARSE_NOENT or XML_PARSE_DTDLOAD) when the XML input comes from a user-controlled source.