Mathias Vorreiter Pedersen

Results 64 comments of Mathias Vorreiter Pedersen

Hi @varunsh-coder, Thanks for your issue. These are all very good ideas, and I'll bring them to the appropriate engineering team.

Hi @blu3mania, Apologize for the inconvenience. This might be related to https://www.githubstatus.com/incidents/s654n76c1bwr. Could you please let us know if this happens again?

But just to sure: Would you mind enabling debug logging to help us dig into this? See https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging#enabling-step-debug-logging: ``` To enable step debug logging, you must set the following secret...

Thanks for adding the debug logging! We are working on diagnosing the issue :) > Not sure if the compiler pattern matching is case sensitive or not, as the searched...

Hi @blu3mania We're still working on this issue. We're not yet supporting C++20, and this issue may be related to that. As CodeQL worked in https://github.com/blu3mania/npp-papyrus/actions/runs/652445123 you can pin that...

Hi @ihsinme, Thanks for another contribution! Seeing as we still have [quite a backlog](https://github.com/github/codeql/pulls/ihsinme) to review from you it'll probably take some time before we get to it.

Hi @rparini. Indeed, this looks like a false positive. Thank you for reporting it 🙇! I've forwarded it to the Python team. Our current focus is on improving our security...

Unfortunately, this isn't super easy to do right now. [Here's an answer](https://github.com/github/codeql/issues/7937#issuecomment-1035442098) describes how to do it. Making it easier to disable specific queries is something we're working on at...

Hi @mrlzh, Thanks for the issue! The problem is that `in="test";` isn't _just_ a simple assignment: it's a call to the `std::string::operator=` assignment operator, and we don't seem to realize...

> @MathiasVP Have this false positive been fixed? Not yet, no. We are in the process of doing a fairly large rewrite of the C++ dataflow library, and once we...