Tom Hvitved

Results 39 issues of Tom Hvitved

To use similar naming as in other languages. Must be rebased after https://github.com/github/codeql/pull/9923 is merged.

C#

This PR makes use of [ContentDataFlow](https://github.com/github/codeql/pull/9024) to calculate precise flow summaries for C# and Java.

C#
Java

**Describe the bug** When a `@kind path-problem` query has a path node whose SARIF `"location"` is `file:/`, then the SARIF `"message"` is ignored, and a completely empty entry is displayed:...

bug
good first issue
VSCode

For normal queries this is not super relevant, but when you run a consistency query with many `query predicate`s, it would be nice if e.g. empty relations use a grey...

enhancement
VSCode

**Is your feature request related to a problem? Please describe.** For Ruby, we have two views of the AST: The rich AST, and the desugared AST. The AST viewer (that...

enhancement
VSCode

As pointed out by @asgerf, the inherent imprecision when comparing floats (and complex numbers) makes them unsuitable for tracking precise hash index information. We therefore simply treat reads and stores...

no-change-note-required
Ruby