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
<p>Functions that parse & insert HTML strings into the document like <ahref="https://www.w3.org/TR/DOM-Parsing/#widl-Element-innerHTML">Element.innerHTML</a> setter</p>
1712
+
<p>Functions that parse & insert HTML strings into the document like <ahref="https://www.w3.org/TR/DOM-Parsing/#widl-Element-innerHTML">Element.innerHTML</a> setter,</p>
1713
1713
<lidata-md>
1714
1714
<p>Setters for <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#element" id="ref-for-element">Element</a></code> attributes that accept a URL of the code to load
1715
-
like <codeclass="idl"><aclass="idl-code" data-link-type="attribute" href="#dom-htmlscriptelement-src" id="ref-for-dom-htmlscriptelement-src">HTMLScriptElement.src</a></code></p>
1715
+
like <codeclass="idl"><aclass="idl-code" data-link-type="attribute" href="#dom-htmlscriptelement-src" id="ref-for-dom-htmlscriptelement-src">HTMLScriptElement.src</a></code>,</p>
1716
1716
<lidata-md>
1717
-
<p>Setters for <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#element" id="ref-for-element①">Element</a></code> attributes that accept a code to execute like <codeclass="idl"><aclass="idl-code" data-link-type="attribute" href="#dom-htmlscriptelement-text" id="ref-for-dom-htmlscriptelement-text">HTMLScriptElement.text</a></code></p>
1717
+
<p>Setters for <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#element" id="ref-for-element①">Element</a></code> attributes that accept a code to execute like <codeclass="idl"><aclass="idl-code" data-link-type="attribute" href="#dom-htmlscriptelement-text" id="ref-for-dom-htmlscriptelement-text">HTMLScriptElement.text</a></code>,</p>
1718
1718
<lidata-md>
1719
-
<p>Functions that execute code directly like <code>eval</code>.</p>
1720
-
<lidata-md>
1721
-
<p>Functions that accept URLs with <code>javascript:</code> scheme</p>
1719
+
<p>Functions that execute code directly like <code>eval</code>,</p>
1722
1720
<lidata-md>
1723
1721
<p>Functions that create a new same-origin <codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document">Document</a></code> with caller-controlled
1724
-
markup like <codeclass="idl"><adata-link-type="idl" href="#dom-domparser-parsefromstring" id="ref-for-dom-domparser-parsefromstring">parseFromString()</a></code>.</p>
1722
+
markup like <codeclass="idl"><adata-link-type="idl" href="#dom-domparser-parsefromstring" id="ref-for-dom-domparser-parsefromstring">parseFromString()</a></code>,</p>
1723
+
<lidata-md>
1724
+
<p>Navigation to 'javascript:' URLs.</p>
1725
1725
</ul>
1726
1726
<p>An application is vulnerable to DOM XSS if it permits a flow of data from an
1727
1727
attacker-controlled source and permits that data to reach an injection sink
0 commit comments