Closed Flowdalic closed 7 months ago
The XML in the atom feed includes < characters in XML cdata which should be escaped. Take for example the following entry
<
<entry> <title>app-text/texlive-core: add weak blocker for <texlive-langother-2023</title> <updated>2024-04-02T18:46:57Z</updated> <id>05e5afa0f215f0fdd92b7286e4018b79f7e7ba84</id> <link href="https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e5afa0f215f0fdd92b7286e4018b79f7e7ba84" rel="alternate" type="text/html"/> <author> <name>Florian Schmaus</name> <email>flow@gentoo.org</email> </author> </entry>
where
<
Not properly escaping the character data leads to some news readers only displaying "app-text/texlive-core: add weak blocker for " as title.
The XML in the atom feed includes
<
characters in XML cdata which should be escaped. Take for example the following entrywhere
<
character that should be escaped to<
.Not properly escaping the character data leads to some news readers only displaying "app-text/texlive-core: add weak blocker for " as title.