mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Added full stop to end of message
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user