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
Describe the bug
The highlighting of the search results is currently done using dangerouslySetInnerHTML. This may be a XSS vulnerability and has to be fixed.
Fix
The highlighting of the search results has to be handled differently. Maybe with the same markdown render that we could use for the article content.
The text was updated successfully, but these errors were encountered:
Describe the bug
The highlighting of the search results is currently done using dangerouslySetInnerHTML. This may be a XSS vulnerability and has to be fixed.
Fix
The highlighting of the search results has to be handled differently. Maybe with the same markdown render that we could use for the article content.
The text was updated successfully, but these errors were encountered: