Skip to content

Commit 6514387

Browse files
committed
Add ParameterNode as a superclass in ServiceInstanceFromExportedClosureParameter
1 parent 6e30562 commit 6514387

File tree

1 file changed

+1
-1
lines changed
  • javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap

1 file changed

+1
-1
lines changed

javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CDS.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class DbServiceInstanceFromCdsConnectTo extends ServiceInstanceFromCdsConnectTo,
325325
* This class captures the `srv` parameter of the exported arrow function. Also see
326326
* `ServiceInstanceFromImplMethodCallClosureParameter` which is similar to this.
327327
*/
328-
class ServiceInstanceFromExportedClosureParameter extends ServiceInstance {
328+
class ServiceInstanceFromExportedClosureParameter extends ServiceInstance, ParameterNode {
329329
ExportedClosureApplicationServiceDefinition exportedClosure;
330330

331331
ServiceInstanceFromExportedClosureParameter() { this = exportedClosure.getParameter(0) }

0 commit comments

Comments
 (0)