We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86afd54 commit dae2aebCopy full SHA for dae2aeb
javascript/ql/lib/semmle/javascript/security/FunctionalityFromUntrustedSource.qll
@@ -103,7 +103,11 @@ predicate isUntrustedHostname(string hostname) {
103
104
// The following predicates are extended in data extensions under javascript/ql/lib/semmle/javascript/security/domains/
105
// and can be extended with custom model packs as necessary.
106
+
107
+/** Holds for hostnames defined in data extensions */
108
extensible predicate isCdnDomainWithCheckingRequired(string hostname);
109
110
+/** Holds for domains defined in data extensions */
111
extensible predicate isUntrustedDomain(string domain);
112
113
/** Looks for dyanmic creation of an element and source. */
0 commit comments