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.
ParameterNode
ServiceInstanceFromExportedClosureParameter
1 parent 6e30562 commit 6514387Copy full SHA for 6514387
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CDS.qll
@@ -325,7 +325,7 @@ class DbServiceInstanceFromCdsConnectTo extends ServiceInstanceFromCdsConnectTo,
325
* This class captures the `srv` parameter of the exported arrow function. Also see
326
* `ServiceInstanceFromImplMethodCallClosureParameter` which is similar to this.
327
*/
328
-class ServiceInstanceFromExportedClosureParameter extends ServiceInstance {
+class ServiceInstanceFromExportedClosureParameter extends ServiceInstance, ParameterNode {
329
ExportedClosureApplicationServiceDefinition exportedClosure;
330
331
ServiceInstanceFromExportedClosureParameter() { this = exportedClosure.getParameter(0) }
0 commit comments