codeql
codeql copied to clipboard
Rust: Update SqlxQuery, SqlxExecute to use getCanonicalPath
trafficstars
Update SqlxQuery, SqlxExecute to use getCanonicalPath rather than getResolvedPath.
At present we lose some results, presumably for similar reasons as we lose similar results in https://github.com/github/codeql/pull/19268 . I'd prefer we address the issue (and do a DCA run) before merging this.
@hvitved