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
DOC-3243: Pasting an HTML document was vulnerable to XSS attacks on link element href attribute (#4031)
* Docs: DOC-3243 - Pasting an HTML document was vulnerable to XSS attacks on link element href attribute
* Update modules/ROOT/pages/8.4.0-release-notes.adoc
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
---------
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/8.4.0-release-notes.adoc
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,20 @@ The {productname} {release-version} release includes an accompanying release of
84
84
85
85
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
86
86
87
+
=== Full Page HTML
88
+
89
+
The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin.
90
+
91
+
**Full Page HTML** includes the following fix.
92
+
93
+
==== Pasting an HTML document was vulnerable to XSS attacks
94
+
// #TINY-13673
95
+
96
+
A cross-site scripting (XSS) vulnerability was discovered in the Full Page HTML plugin. Previously, malicious code within the document `<head>` was able to be executed when pasted.
97
+
98
+
This vulnerability has been patched in {productname} {release-version} by ensuring that content in the document `<head>` is properly encoded.
99
+
100
+
For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML].
0 commit comments