Added full stop to end of message

This commit is contained in:
aegilops
2024-07-01 16:53:22 +01:00
parent ceda46e317
commit 1744a98017

View File

@@ -15,4 +15,4 @@ import semmle.javascript.security.FunctionalityFromUntrustedSource
from AddsUntrustedUrl s
where s.getUrl().regexpMatch("^(?i)https?://(cdn\\.)?polyfill\\.io/.*")
select s, "Script loaded from known-compromised content delivery network with no integrity check"
select s, "Script loaded from known-compromised content delivery network with no integrity check."