Files
codeql/javascript/ql/test/query-tests/Security/CWE-094/tmp.html
2020-06-16 16:23:41 +02:00

9 lines
103 B
HTML

<html>
<body>
<script>
var foo ="bla</script onload=\"\">";
</script>
</body>
</html>