Skip to content

Commit aa8b7c8

Browse files
committed
update reference to deprecated class name
1 parent 6cdc387 commit aa8b7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module ClientSideUrlRedirect {
174174
AttributeUrlSink() {
175175
// e.g. `$("<a>", {href: sink}).appendTo("body")`
176176
exists(DOM::AttributeDefinition attr |
177-
not attr instanceof JSXAttribute and // handled more precisely in `ReactAttributeWriteUrlSink`.
177+
not attr instanceof JsxAttribute and // handled more precisely in `ReactAttributeWriteUrlSink`.
178178
attr.getName() = DOM::getAPropertyNameInterpretedAsJavaScriptUrl()
179179
|
180180
this = attr.getValueNode()

0 commit comments

Comments
 (0)