Bug #39282
Prevent executable code within the shown result title and content
| Status: | New | Start date: | 2012-07-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | next (placeholder) | |||
| TYPO3 Version: | 4.5 | Has patch: | Yes | |
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
Currently the title and content variables are not secured by calling e.g. htmlspecialchars on their data before outputting them on the page. If you are using external input sources for Solr like Nutch to index other sites, it can happen that the indexed content contains pieces of html code. Sometimes this results in a "broken" search results page. The attached patch contains a workaround for this problem.
History
Updated by Ingo Renner 10 months ago
- Target version set to 2.8
Updated by Ingo Renner 7 months ago
- TYPO3 Version set to 4.5
- Has patch set to Yes
Updated by Ingo Renner 7 months ago
- Target version changed from 2.8 to next (placeholder)