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 b43989e commit 86bc0ebCopy full SHA for 86bc0eb
javascript/ql/test/library-tests/frameworks/Redux/test.ql
@@ -60,4 +60,6 @@ query predicate taintFlow(DataFlow::Node source, DataFlow::Node sink) {
60
any(BasicTaint cfg).hasFlow(source, sink)
61
}
62
63
-query DataFlow::SourceNode reactComponentRef(ReactComponent component) { result = component.getAComponentCreatorReference() }
+query DataFlow::SourceNode reactComponentRef(ReactComponent component) {
64
+ result = component.getAComponentCreatorReference()
65
+}
0 commit comments