Bug #16770 ยป badfeed.xml
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
|---|---|
| 2 |
<feed xmlns="http://www.w3.org/2005/Atom"> |
| 3 |
|
| 4 |
<title type="html">Example Feed</title> |
| 5 |
<link href="http://example.org/"/> |
| 6 |
<updated>2026-03-31T17:00:00Z</updated> |
| 7 |
<author>
|
| 8 |
<name>Ecks Essess</name> |
| 9 |
</author>
|
| 10 |
<id>urn:uuid:1234</id> |
| 11 |
|
| 12 |
<entry>
|
| 13 |
<title type="html">Ding. <svg onload=alert('posttitle')></title> |
| 14 |
<link href="http://example.com"/> |
| 15 |
<id>urn:uuid:12345</id> |
| 16 |
<updated>2026-03-31T17:00:00Z</updated> |
| 17 |
<summary>Hi</summary> |
| 18 |
</entry>
|
| 19 |
|
| 20 |
</feed>
|