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 a8ec6ec commit 2733523Copy full SHA for 2733523
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CDL.qll
@@ -165,8 +165,9 @@ class CdlService extends CdlElement {
165
CdlService() { kind = CdlServiceKind(this.getPropStringValue("kind")) }
166
167
UserDefinedApplicationService getImplementation() {
168
+ // This file base name will be .cds.json, so the stem will be .cds
169
this.getFile().getStem() = result.getFile().getStem() + ".cds" and
- this.getFile().getParentContainer() = this.getFile().getParentContainer()
170
+ this.getFile().getParentContainer() = result.getFile().getParentContainer()
171
}
172
173
/**
0 commit comments