Skip to content

Commit dae2aeb

Browse files
committed
QLDoc
1 parent 86afd54 commit dae2aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/lib/semmle/javascript/security/FunctionalityFromUntrustedSource.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ predicate isUntrustedHostname(string hostname) {
103103

104104
// The following predicates are extended in data extensions under javascript/ql/lib/semmle/javascript/security/domains/
105105
// and can be extended with custom model packs as necessary.
106+
107+
/** Holds for hostnames defined in data extensions */
106108
extensible predicate isCdnDomainWithCheckingRequired(string hostname);
109+
110+
/** Holds for domains defined in data extensions */
107111
extensible predicate isUntrustedDomain(string domain);
108112

109113
/** Looks for dyanmic creation of an element and source. */

0 commit comments

Comments
 (0)