Expected Findings
- XML parser resolves external entities by default.
- `file://` entities return the contents of local files.
- Returned SVG embeds the leaked content in `<text>` nodes.
The avatar SVG processor parses external entities, so an uploaded SVG can read local files and surface them in the rendered preview.
parser.SetFlag("resolve-external-entities", true)