Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080271f commit d3e92f7Copy full SHA for d3e92f7
1 file changed
javascript/ql/lib/semmle/javascript/security/dataflow/DomBasedXssCustomizations.qll
@@ -59,15 +59,15 @@ module DomBasedXss {
59
}
60
61
/**
62
- * Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
+ * Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
63
* HTML by a jQuery method.
64
*/
65
predicate isPrefixOfJQueryHtmlString(DataFlow::Node htmlString, DataFlow::Node prefix) {
66
prefix = getAPrefixOfJQuerySelectorString(htmlString)
67
68
69
70
71
72
73
private DataFlow::Node getAPrefixOfJQuerySelectorString(DataFlow::Node htmlString) {
0 commit comments