If a feed item has a title which includes an apostrophe ('), the title get's parsed into escaped text. For example:
Actual title is: Tomorrow's World 'not returning'
Parsed title from Feed Item can be seen here: http://portal.baade.org/node/687
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | aggregation.module_2.patch | 1.21 KB | vito_swat |
Comments
Comment #1
vito_swat commentedYes, there are too many
check_plain()in this module. Check if provided patch helps. It should also help with escaping HTML in teasers but can be possibly vulnerable to XSS.Comment #2
vito_swat commentedChanging status.
Comment #3
RobRoy commentedThink this is a start. Basically you shouldn't be sanitizing input to node_save or whatever. We sanitize before inserting to db (db_query does this) for SQL injection and on display for XSS. I think we need the same for original_author as well.
Comment #4
crane.matt commentedI love this module works great for me. I was wondering if there is an eta on getting this bug officially fixed
Comment #5
crane.matt commentedI love this module works great for me. I was wondering if there is an eta on getting this bug officially fixed
Comment #6
vito_swat commented5.x-4.0 fixes this issue.
Comment #7
(not verified) commented