Skip to content

Commit ceda46e

Browse files
committed
Fixed ending <p> tags
1 parent a1b0703 commit ceda46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-830/PolyfillIOCompromisedScript.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<p>
77
Polyfill.io was a popular JavaScript polyflll Content Delivery Network (CDN),
88
used to support new web browser standards on older browsers.
9-
<p>
9+
</p>
1010

1111
<p>
1212
In February 2024 the domain was sold, and in June 2024 it was widely publicised that the domain
1313
had been used to serve malicious scripts. It was taken down later in that month, leaving a window
1414
where sites that used the service could have been compromised.
15-
<p>
15+
</p>
1616

1717
<p>
1818
Including a resource from an untrusted source or using an untrusted channel may

0 commit comments

Comments
 (0)