Issues with codeql

Hi there,

when using codeql for the static code analysis I have issues to generate a Static Logo Test compatible dvl-file out of it. Pretty much the same described here: DVL file format incorrect (Windows Driver) (Windows Hardware Lab Kit) - Stack Overflow

And additionally I've added some faulty code into my project to check that codeql actually does its work but for my surprise it never complains about sth. like e.g.

if (false) {doSth();}
or sth like
UINT32* p = nullptr; a = *p;

:face_with_raised_eyebrow:

Does codeql load some parts from the internet during its analyzing? I had to copy everything to get codeql running manually, as the machine is acutally running offline (company network restrictions...).

What is your experience with codeql?

Thanks you!

I could resolve the issue with the Static Logo Test using the latest HLK Studio.