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 6cdc387 commit aa8b7c8Copy full SHA for aa8b7c8
javascript/ql/lib/semmle/javascript/security/dataflow/ClientSideUrlRedirectCustomizations.qll
@@ -174,7 +174,7 @@ module ClientSideUrlRedirect {
174
AttributeUrlSink() {
175
// e.g. `$("<a>", {href: sink}).appendTo("body")`
176
exists(DOM::AttributeDefinition attr |
177
- not attr instanceof JSXAttribute and // handled more precisely in `ReactAttributeWriteUrlSink`.
+ not attr instanceof JsxAttribute and // handled more precisely in `ReactAttributeWriteUrlSink`.
178
attr.getName() = DOM::getAPropertyNameInterpretedAsJavaScriptUrl()
179
|
180
this = attr.getValueNode()
0 commit comments