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 c8385a1 commit 099d91bCopy full SHA for 099d91b
javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll
@@ -40,7 +40,7 @@ module XssThroughDom {
40
abstract string getPropertyName();
41
}
42
43
- /* Gets a jQuery method where the receiver looks like a $("<p>" + ... ), which is benign for this query. */
+ /* Gets a jQuery method where the receiver looks like `$("<p>" + ... )`, which is benign for this query. */
44
private JQuery::MethodCall benignJQueryMethod() {
45
exists(DataFlow::Node prefix |
46
DomBasedXss::isPrefixOfJQueryHtmlString(result
0 commit comments