#693220, 714492: Implement a simple check to verify if WXR file is parsed completely by XMLReader, otherwise assume XML errors. Produce helpful error message and document possible causes/solutions in README.
Fix password-protected count on results page.
#713384 by willmoy: add array check in user creation process.
- Refactored heartbeat comments and shouts to sanitize the user input.
When shouts are displayed, the content is now sanitized with filter_xss
to filter the user input.
Actions:
- Upgraded heartbeat.install so the default allowed tags are more secure.
There is a left-over img attack but the code where this filtering is done,
is managed by a higher level permission. Before heartbeat messages,
heartbeat comments (and shouts) were sanitized with this tags match. It is