nyx/tests/fixtures/xxe/php/irrelevant_xml_call.php
2026-05-07 01:29:31 -04:00

5 lines
191 B
PHP

<?php
// Baseline: tainted body flows through a non-parser string operation.
// No XML parser entry point, no XXE label classification.
$xml = $_GET['xml'];
echo "<wrap>" . $xml . "</wrap>";