Commit efc989f
committed
Fix CdlService getImplementation file location
Updates the `getImplementation` predicate of the `CdlService` class
within the `CDL.qll` library in order to ensure that CDS-related CodeQL
queries are still able to find the `UserDefinedApplicationService`
that implements a given `CdlElement`, even when using "project aware"
CDS compilation that results in a single `.cds.json` file being created
for a given CDS project rather than a 1:1 relationship between each
extracted `.cds` file and its `.cds.json` representation.1 parent 99923e0 commit efc989f
File tree
1 file changed
+2
-2
lines changed- javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments