We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db6dd2 commit bb4d45cCopy full SHA for bb4d45c
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/PackageJson.qll
@@ -42,7 +42,7 @@ class RequiredService extends JsonObject {
42
43
File getImplementationFile() {
44
exists(RootDirectory root |
45
- // `getFilePathRelativeToRoot` now returns normalized forward-slash paths,
+ // `getFilePathRelativeToRoot` returns normalized forward-slash paths regardless of OS,
46
// matching the forward-slash convention used in package.json `impl` values.
47
root.getFilePathRelativeToRoot(result) = "./" + this.getPropStringValue("impl")
48
)
0 commit comments