Edoardo Pirovano

Results 34 comments of Edoardo Pirovano

> @edoardopirovano since you have experience with this part of the code, can you do a review? Yes, I'll aim to take a look tomorrow.

Greetings, many thanks for getting in touch with this question. That is indeed what the `source-root` option will do, and it is almost certainly not the option you want to...

Aha, I see. That is an interesting use case that we don't have an easy path for. Your workaround sounds reasonable, and is what I would've suggested too. We'll certainly...

Greetings, thanks for raising this with us. It looks like we accidentally made a change that broke your workflow - our apologies for that! We've now reverted that change so...

Hmm, there is a known issue with tracing Java builds on M1 that will be fixed in the next release: https://github.com/github/codeql-cli-binaries/issues/101 Looking at that log, this appears to be a...

Many thanks for getting in touch with this question! It looks to me like things are working as expected. I ran: ```codeql from DataFlow::PathNode source, DataFlow::PathNode sink, Template conf where...

I'm really sorry that CodeQL isn't working out the way you'd like it to for your analysis. I've outlined above why the flows we are seeing for your case seem...

Indeed, this looks like a false positive. Thank you for reporting it! Our current focus is on improving our security analysis. Because your report does not relate to a security...

I've started working on this at [edoardopirovano/snippets](https://github.com/edoardopirovano/vscode-codeql/tree/snippets). For your first list of suggestions, VScode's built in snippets functionality ([docs](https://code.visualstudio.com/docs/editor/userdefinedsnippets)) which allows the user to start typing and then see a...

Thanks for the input! I'll open a PR with the simpler snippets for now which should be an easy way to start providing some benefit to users. I also agree...