minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Unbalanced tags in items can foul display #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Subscribe to a feed with unbalanced tags (like this one, as of right now: 
http://jtauber.com/
atom/full/)
2. The horror!  The horror!

SimplePie already contains code to try to fix malicious code included in feed 
items, but it does not 
balance unbalanced tags.  A working PHP tag balancer should be found, and 
integrated (as a stock 
plugin, maybe).

Alternatively, unbalanced tags could be merely detected, and all markup then 
stripped from the 
offending item.

Original issue reported on code.google.com by stevemin...@gmail.com on 2 Jan 2007 at 4:00

GoogleCodeExporter commented 9 years ago
Done, Wordpress's tag balancer has been integrated as a plugin.  I haven't yet 
found
a case in the wild that it does not handle.

Original comment by stevemin...@gmail.com on 5 Jun 2007 at 3:47