You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
I did notice last week that some characters might be double encoded in a news item.
I am creating this issue here but I think the plugin is doing the right thing.
Let's investigate: I have a feeling that the fix should be done in the API and not in this plugin as I expect the plugin to encode all special characters.
The text was updated successfully, but these errors were encountered:
I made some changes to the API for this but we still need to make an update to the plugin.
The plugin must encode special characters before adding the content to the page.
Encoding should be applied directly before user-controllable data is written to a page because the context you're writing into determines what kind of encoding you need to use.
chrisguindon
changed the title
Encoding issue with news items
[security] - XSS - Encode special caracters before including content on the page
Jun 9, 2020
I did notice last week that some characters might be double encoded in a news item.
I am creating this issue here but I think the plugin is doing the right thing.
Let's investigate: I have a feeling that the fix should be done in the API and not in this plugin as I expect the plugin to encode all special characters.
The text was updated successfully, but these errors were encountered: