Skip to content

Commit 099d91b

Browse files
authored
update qldoc
1 parent c8385a1 commit 099d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module XssThroughDom {
4040
abstract string getPropertyName();
4141
}
4242

43-
/* Gets a jQuery method where the receiver looks like a $("<p>" + ... ), which is benign for this query. */
43+
/* Gets a jQuery method where the receiver looks like `$("<p>" + ... )`, which is benign for this query. */
4444
private JQuery::MethodCall benignJQueryMethod() {
4545
exists(DataFlow::Node prefix |
4646
DomBasedXss::isPrefixOfJQueryHtmlString(result

0 commit comments

Comments
 (0)