Commit 3b58942
committed
Update CdlService getImplementation in CDL.qll
Fixes a regression affecting CodeQL queries for CAP / CDS by
ensuring the `getImplementation` predicate of the `CdlService`
uses `getAbsolutePath` instead of `getRelativePath`, where the
`getRelativePath` approach is problematic in (unit test) cases
where the source root directory and project directory are the same.1 parent 6c4a8fa commit 3b58942
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 | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments