We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1af9dd commit be9a3beCopy full SHA for be9a3be
src/pages/plugin/plugin.view.js
@@ -186,7 +186,7 @@ export default (props) => {
186
<div
187
id="overview"
188
className="content-section active md"
189
- innerHTML={body}
+ innerHTML={DOMPurify.sanitize(body)}
190
></div>
191
<div id="contributors" className="content-section">
192
{(() => {
0 commit comments