We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceda46e commit 1744a98Copy full SHA for 1744a98
javascript/ql/src/Security/CWE-830/PolyfillIOCompromisedScript.ql
@@ -15,4 +15,4 @@ import semmle.javascript.security.FunctionalityFromUntrustedSource
15
16
from AddsUntrustedUrl s
17
where s.getUrl().regexpMatch("^(?i)https?://(cdn\\.)?polyfill\\.io/.*")
18
-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."
0 commit comments