File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript/security/dataflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ module DomBasedXss {
59
59
}
60
60
61
61
/**
62
- * Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
62
+ * Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
63
63
* HTML by a jQuery method.
64
64
*/
65
65
predicate isPrefixOfJQueryHtmlString ( DataFlow:: Node htmlString , DataFlow:: Node prefix ) {
66
66
prefix = getAPrefixOfJQuerySelectorString ( htmlString )
67
67
}
68
68
69
69
/**
70
- * Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
70
+ * Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
71
71
* HTML by a jQuery method.
72
72
*/
73
73
private DataFlow:: Node getAPrefixOfJQuerySelectorString ( DataFlow:: Node htmlString ) {
You can’t perform that action at this time.
0 commit comments