| category | newQuery |
|---|
- Added a new query,
rust/xxe, to detect XML external entity (XXE) vulnerabilities in Rust code that uses thelibxmlcrate (bindings to C'slibxml2). The query flags calls tolibxml2parsing functions with unsafe options (XML_PARSE_NOENTorXML_PARSE_DTDLOAD) when the XML input comes from a user-controlled source.