Skip to content

Commit 1744a98

Browse files
committed
Added full stop to end of message
1 parent ceda46e commit 1744a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ import semmle.javascript.security.FunctionalityFromUntrustedSource
1515

1616
from AddsUntrustedUrl s
1717
where s.getUrl().regexpMatch("^(?i)https?://(cdn\\.)?polyfill\\.io/.*")
18-
select s, "Script loaded from known-compromised content delivery network with no integrity check"
18+
select s, "Script loaded from known-compromised content delivery network with no integrity check."

0 commit comments

Comments
 (0)