codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Rust: Update DotDotCheck to use getCanonicalPath

Open geoffw0 opened this issue 5 months ago • 0 comments
trafficstars

Update DotDotCheck to use getCanonicalPath rather than getResolvedPath.

This is not working because (1) we're not finding the static targets of these method calls (presumably because type inference is not quite getting there) and (2) I've been unable to test effectively due to (1), so I'm not even sure the model I've written is correct. I should be able to finish this when type inference is working better in other places, e.g. https://github.com/github/codeql/pull/19802 .

geoffw0 avatar Jun 17 '25 16:06 geoffw0